convert from cvs to bzr

2019-09-02 16:19发布

cvsps-import doesn't support pserver
bzr-fastimport doesn't support remote locations
tailor is too hard
bzrcvsserve isn't a conversion tool

SourceForge is remote, uses pserve and many python bookmark projects (what I'm looking for) are in CVS...

What now?

标签: cvs bazaar
2条回答
乱世女痞
2楼-- · 2019-09-02 16:22

You could import into a local temporary git repository and then import into Bazaar from there? Tailor is really your tool of choice, but maybe the git tools will prove "easier" (can't imagine how, but there's a time and place for everything, i guess).

查看更多
萌系小妹纸
3楼-- · 2019-09-02 16:29

If your CVS repository hosted on SourceForge then you can download entire repo via rsync and then use bzr-fastimport with cvs2svn (cvs2bzr) tool.

查看更多
登录 后发表回答