From 31d488d9406bc02551b25a379c5ec51ccd16dbc3 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Wed, 3 Nov 2010 10:15:41 -0600 Subject: [PATCH] TinyOS development is now on google code. tinyos-2.x-contrib is still in CVS, so this script still has some value. --- tinyos-mirror.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.2