summaryrefslogtreecommitdiffstats
path: root/bin/rancid-cvs.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rancid-cvs.in')
-rw-r--r--bin/rancid-cvs.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rancid-cvs.in b/bin/rancid-cvs.in
index 86ca065..17960e0 100644
--- a/bin/rancid-cvs.in
+++ b/bin/rancid-cvs.in
@@ -3,7 +3,7 @@
## $Id$
##
## @PACKAGE@ @VERSION@
-## Copyright (c) 1997-2007 by Terrapin Communications, Inc.
+## Copyright (c) 1997-2008 by Terrapin Communications, Inc.
## All rights reserved.
##
## This code is derived from software contributed to and maintained by
@@ -128,9 +128,9 @@ do
cd $BASEDIR
cvs checkout $GROUP
else
- svn import -m "$GROUP" . file://$CVSROOT/$GROUP
+ svn import -m "$GROUP" . file:///$CVSROOT/$GROUP
cd $BASEDIR
- svn checkout file://$CVSROOT/$GROUP $GROUP
+ svn checkout file:///$CVSROOT/$GROUP $GROUP
fi
fi
cd $DIR