]> oss.titaniummirror.com Git - tinyos-utils.git/commitdiff
TinyOS development is now on google code.
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 3 Nov 2010 16:15:41 +0000 (10:15 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 3 Nov 2010 16:15:41 +0000 (10:15 -0600)
tinyos-2.x-contrib is still in CVS, so this script still has some value.

tinyos-mirror.sh

index 9cca17476cb4d4b4774f8013b7bfa6a85c0621b7..d459503af2742b51b4941e5bc803e14acd590e72 100755 (executable)
@@ -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