X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tinyos-mirror.sh;h=d459503af2742b51b4941e5bc803e14acd590e72;hb=31d488d9406bc02551b25a379c5ec51ccd16dbc3;hp=9cca17476cb4d4b4774f8013b7bfa6a85c0621b7;hpb=bd693d38075478726c4cf341872803abbc1aadb4;p=tinyos-utils.git diff --git a/tinyos-mirror.sh b/tinyos-mirror.sh index 9cca174..d459503 100755 --- a/tinyos-mirror.sh +++ b/tinyos-mirror.sh @@ -1,10 +1,16 @@ #!/bin/bash # tinyos-mirror.sh - Maintain a local git mirror of the tinyos CVS repository. # +# ------ +# NOTE: On or shortly after 2010-07-12, the official TinyOS repository was +# migrated from CVS to Subversion, at http://tinyos-main.googlecode.com/svn. +# As of this writing, tinyos-2.x-contrib remains hosted on CVS at sf.net. +# ------ +# # This utility allows updating a local mirror of the TinyOS CVS modules as # a set of three git repositories, one per notable CVS module: # # (don't need) tinyos-1.x -> tinyos-1.x.git -# tinyos-2.x -> tinyos-2.x.git +# # (deprecated) tinyos-2.x -> tinyos-2.x.git # tinyos-2.x-contrib -> tinyos-2.x-contrib.git # # The utility actually allows both for creation and update of the local @@ -64,7 +70,7 @@ # Ensure these variables are correct for your installation -MODULES="tinyos-2.x tinyos-2.x-contrib" +MODULES="tinyos-2.x-contrib" GITBASE=/var/lib/git UPGITBASE=git://hinrg.cs.hju.edu/git CVSBASE=/var/lib/cvs