the cvs server when committing files to multiple directories,
so strip the prefix. Thanks to Robin H. Johnson <robbat2@g.o>
for reporting.
svn path=/main/trunk/; revision=11896
print green("------------------------------------------------------------------------------")
print
+ # Having a leading ./ prefix on file paths can trigger a bug in
+ # the cvs server when committing files to multiple directories,
+ # so strip the prefix.
+ myfiles = [f.lstrip("./") for f in myfiles]
+
retval = None
if options.pretend:
if vcs == "cvs":