SVN: toys/rsget.pl/rsget.pl

sparky sparky at pld-linux.org
Sun Nov 1 03:30:06 CET 2009


Author: sparky
Date: Sun Nov  1 03:30:05 2009
New Revision: 10922

Modified:
   toys/rsget.pl/rsget.pl
Log:
- use "svn" subdir for local_path


Modified: toys/rsget.pl/rsget.pl
==============================================================================
--- toys/rsget.pl/rsget.pl	(original)
+++ toys/rsget.pl/rsget.pl	Sun Nov  1 03:30:05 2009
@@ -29,7 +29,7 @@
 parse_args();
 
 if ( $settings{use_svn} and $settings{use_svn}->[0] =~ /^(yes|update)$/ ) {
-	$local_path = $cdir;
+	$local_path = "$cdir/svn";
 	unshift @INC, $local_path;
 
 	eval {


More information about the pld-cvs-commit mailing list