Re: Cvs2svn.py bug

Michael Haggerty <[email protected]> Tue, 25 Feb 2014 17:17:34 +0100
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
On 02/25/2014 04:39 PM, Jim Pisano wrote:
> I'm having a problem building the cvs2svn.py script. I get an error
> that rcsparser.common module not found. I'm running python 2.7.1 on
> Windows 7, please help, I've posted a msg. About this a week ago w/
> no response. Any ideas would be greatly appreciated.

There is no need to "build" cvs2svn.py.  (In fact, there isn't even a
file called "cvs2svn.py"; maybe you renamed it?)  And nobody is looking
for a module "rcsparser.common"; do you mean "cvs2svn_rcsparse.common"?
 If so, it is in the file cvs2svn_rcsparse/common.py in the cvs2svn
source tree.  If you just check out the source tree then run the main
program, it should be able to find that module.  I'm not a Windows user,
but I suppose you have to start the script using something like

    python.exe path/to/cvs2svn/cvs2svn [options...]

Anything beyond that, I can't help you with.  Maybe a Windows user can
provide more tips.

Michael

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

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

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