From: Rob H. <for...@us...> - 2002-05-20 06:00:45
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv1266/bin Modified Files: sandweb.cgi Log Message: cool, creating tags works now Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.292 retrieving revision 1.293 diff -U2 -r1.292 -r1.293 --- sandweb.cgi 20 May 2002 05:25:09 -0000 1.292 +++ sandweb.cgi 20 May 2002 06:00:42 -0000 1.293 @@ -2510,7 +2510,4 @@ $log->debug("Filename(s): @filename"); -print header; -print "$tag_sync"; -exit; if ($tag_sync) { foreach my $file (@filename) { @@ -2525,5 +2522,5 @@ if ($tag_switch) { foreach my $file (@filename) { - %return = $repository->tag( + %return = $repository->update( file => "$file", rev => "$tag_switch", @@ -2546,5 +2543,5 @@ if ($trunk_switch) { foreach my $file (@filename) { - %return = $repository->tag( + %return = $repository->update( file => "$file", clobber => 1, |