Skip to content
Snippets Groups Projects
Commit 87348cdc authored by Patrick Mezard's avatar Patrick Mezard
Browse files

convert: fix remote cvs file paths separator

parent b85f7cc1
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@
raise IOError
args = ("-N -P -kk -r %s --" % rev).split()
args.append(os.path.join(self.cvsrepo, name))
args.append(self.cvsrepo + '/' + name)
for x in args:
self.writep.write("Argument %s\n" % x)
self.writep.write("Directory .\n%s\nco\n" % self.realroot)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment