bzr: ERROR: No module named cvsps

Asked by Alexander Barkov

Hi,

I'm having a problem importing a project from CVS .

I have:
cvsps version 2.2b1
bzr version 2.4.2

I installed the "cvsps-import" module as described at:
https://launchpad.net/bzr-cvsps-import

When I run "bzr cvsps-import..", I'm getting this error message:

$ bzr cvsps-import cvsroot projectname projectname.bzr
bzr: ERROR: No module named cvsps
You may need to install this Python library separately.

Can you please help to clarify what I am doing wrong...
How can I install the module "cvsps"?

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
CVS to Bazaar importer Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Barkov
Solved:
Last query:
Last reply:
Revision history for this message
John A Meinel (jameinel) said :
#1

I don't know what system you are trying to run this on, but cvsps was a separate project and bzr-cvsps-import was just a wrapper around it.
http://www.cobite.com/cvsps/

However, I would probably recommend against using cvsps-import, and point you in the direction of
http://cvs2svn.tigris.org/cvs2bzr.html

It is a lot more tested and supported. cvsps was an initial attempt, but cvsps itself was never all that good at extracting information out of CVS.

The other option is to have Launchpad do the conversion for you. You can register a project with Launchpad, and Launchpad can produce an ongoing mirror of the CVS repository.

Revision history for this message
Alexander Barkov (bar-c) said :
#2

Thanks for you reply!

cvs2bzr worked fine for me.