Re: running cvs2svn on Windows Problems?

Michael Haggerty <[email protected]> Wed, 26 Feb 2014 05:22:15 +0100
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
On 02/25/2014 07:30 PM, Jim Pisano wrote:
> Hi all,
> I'm trying to run cvs2svn on Windows 7 like this: Python cvs2svn & I get 
> a Python error:
> 
>    File "c:\Users\jpisano\tmp\cvs_git\cvs2svn_lib\rcsparser.py", line 
> 20, in <module>
>      from cvs2svn_rcsparse.common import Sink
> ImportError: No module named cvs2svn_rcsparse.common
> 
> I don't see the file, cvs2svn_rcsparse.common in my source tree from the 
> cvs2svn tarball on tigris.
> I'm using Python 2.7.1 my win 7 installation has Python 2.7.1, which 
> should be ok according to the cvs2xvn docs.

As I mentioned in my last email, the file that implements module
cvs2svn_rcsparse.common is "cvs2svn_rcsparse\common.py".  Maybe that
file (or the whole directory) is missing in your working copy?  Maybe
you are missing the file "cvs2svn_rcsparse\__init__.py" in the same
directory?  Have you moved around or renamed any files in your working copy?

> I' going to use Git, but docs for cvs2git say cvs2svn is the same.
> This error occurs before any cvs repository is opened.

The overarching project is called "cvs2svn", but the script within the
project that you need to run is "cvs2git".  Where does the documentation
say otherwise?  We should fix it.

BTW,

-- 
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=3073648

To unsubscribe from this discussion, e-mail: [[email protected]].