Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository
In directory sc8-pr-cvs1:/tmp/cvs-serv3914
Modified Files:
cvs.pm
Log Message:
merging tag/branch fixes from release branch
Index: cvs.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -U2 -r1.48 -r1.49
--- cvs.pm 1 Jun 2003 07:35:11 -0000 1.48
+++ cvs.pm 1 Jun 2003 10:07:59 -0000 1.49
@@ -2324,5 +2324,5 @@
if ($clobber) { push @param, " -C" };
if ($directories) { push @param, " -d" };
- if ($rev) { push @param, " -r \\\"$rev\\\"" };
+ if ($rev) { push @param, " -r $rev" };
if ($date) { push @param, " -D" };
if ($merge) { push @param, " -j" };
|