Re: Error in pass 16 while converting a local cvs module (without cvs server)
Michael Haggerty <[email protected]> Mon, 05 Apr 2010 08:37:31 +0200
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.devel |
|---|---|
| Message-ID | <[email protected]> |
Manfred Gschweitl wrote: > First of all, a short description of the problem i have: > Can't convert a local cvs module on windows. Error at pass 16, the > problem is: the cvs command parameter -d has no ":local:" praefix. > > Now the detailed version: > [...] > > Solution: > --- Please notice: I know this is an *really* ugly hack, which only > works for my purposes, but maybe it can be fixed in an correctly way in > an future release. --- > In the file: > E:\bin\cvs2svn-2.3.0\cvs2svn_lib\cvs_revision_manager.py > the line 75: > '-d', project.cvs_repository_root, > i have changed to: > '-d', ':local:'+project.cvs_repository_root, > and so everything works. I can't think of a reason that your suggestion won't work for everybody. So I just committed it to trunk as r5104. Thanks! Michael ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1667&dsMessageId=2484590 To unsubscribe from this discussion, e-mail: [[email protected]].