From 09f0f026fd4931b90016d0090778983da01c294a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 17 Dec 2008 03:43:51 +0000 Subject: Imported from rancid-2.3.2a9.tar.gz. --- bin/rancid-cvs.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/rancid-cvs.in') 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 -- cgit