From: Rob H. <for...@us...> - 2001-11-22 00:31:39
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv20604 Modified Files: sandweb.cgi Log Message: oops, had the full path to my webserver root in there, not useful to many others I'm sure.. :) There may be a problem with the file info section now; I'll take a closer look at it. This is really only a stub until the real info page is written. See this for an example of how it should look : http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/sandweb/sandweb/bin/sandweb.cgi Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.64 retrieving revision 1.65 diff -U2 -r1.64 -r1.65 --- sandweb.cgi 2001/11/21 19:48:43 1.64 +++ sandweb.cgi 2001/11/22 00:31:35 1.65 @@ -302,6 +302,5 @@ my $repo_type = $userprefs->{'repository'}->{'VCS'}; my $root = $userprefs->{'repository'}->{'root'}; -# my $sandbox = $userprefs->{'paths'}->{'users_dir'}; - my $sandbox='/usr/local/apache/cgi-bin/sandweb/bin'; + my $sandbox = $userprefs->{'paths'}->{'users_dir'}; my $repository = SandWeb::Repository->new( |