Re: cvs2git CVSNT and no dump file
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > I tried using cvs2git from the trunk but it bombs very quickly. Does the full path > where cvs2git resides get built into the python scripts When 'make' is run? "make" isn't necessary and doesn't really do anything useful anyway. cvs2git is the name of a script that is in the cvs2svn distribution. You have to start the program by invoking this script using the Python interpreter. For this you might have to (manually) specify the full path. After that, nobody needs to find the path to cvs2git again. > As when I try to run cvs2git on the repo it comes up with: > > Exception occurred while parsing cvs-repo\Repo\ReadMe.txt,v > ERROR: The command 'cvs -q -f -d d:\\repoconvert\\cvs2svn-trunk\\cvs-repo co > -r1.2 -p Repo/ReadMe.txt' failed with exit status=1 > > d: Unknown Host > > I am executing this in a Mingw32 environment, and pwd returns /d/repoconvert/cvs2svn-trunk. > Is it possible to get the make script to use the unix path instead? It's hard to guess without a more complete bug report from you in the manner described in the FAQ. For example, what arguments did you use to start cvs2git? How did you ensure that it can find the correct CVSNT executable? Michael ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2429227 To unsubscribe from this discussion, e-mail: [[email protected]].