Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv25608/bin
Modified Files:
sandweb.cgi
Log Message:
VCS subsystem can now handle spaces in directories, and should fully
work with the multi-repo stuff ( looks like everything below the first
directory was not working properly :P )
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.223
retrieving revision 1.224
diff -U2 -r1.223 -r1.224
--- sandweb.cgi 25 Feb 2002 23:27:32 -0000 1.223
+++ sandweb.cgi 25 Feb 2002 23:52:24 -0000 1.224
@@ -1652,10 +1652,10 @@
root => $repo_root,
repo_type => $repo_type,
- sandbox => "$users_dir/$username/$module_name",
+ sandbox => "$users_dir/$username/$module_name/$location",
);
$log->debug("Repo name: $repo_name");
$log->debug("Repo root: $repo_root");
- $log->debug("VCS sandbox: $users_dir/$username/$module_name");
+ $log->debug("VCS sandbox: $users_dir/$username/$module_name/$location");
$log->debug("Repo type: $repo_type");
$log->debug("Filename(s): @filename");
|