cvs2git is a conversion program that converts CVS projects into git repositories.

learn more… | top users | synonyms

1
vote
0answers
7 views

cvs2git: Possibility to keep mapping from CVS revision numbers to Git revision Hash

We migrate large CVS repositories to GIT with cvs2git. For an in-house tool we need a mapping from CVS revision numbers to GIT revision hash for some files. cvs2svn has an parameter --cvs-revnums, ...
0
votes
0answers
18 views

cvssuck `block (2 levels) in parse_log'

I'm getting error when run command: $cvssuck -v -D protocollog,mkdir,mkdir_exist :pserver:[email protected]:/usr/cvsroot module ["cvs", "-f", "log", "b"] /usr/bin/cvssuck:358:in `block (2 ...
2
votes
1answer
69 views

Find a common commit in two completely different git trees

The following script tries to find the newest common commit of two branches. The commits should have the same subject, same author and same author date. but commit date and hash are different. Because ...
1
vote
2answers
166 views

what does cvs2git need from a CVS repository?

I have a large CVS repository (~ 30 GB), and to convert a single module using cvs2git it seems that all I need is: the CVSROOT directory the module's directory The module's directory should, of ...
1
vote
2answers
85 views

How do you configure cvs2git to handle multiple CVS directories?

This question is related to my recent git SO post. Other than writing a shell script, I'm not quite sure how to configure cv2git to have it read a Linux directory SRC_TREE in which are multiple CVS ...
1
vote
2answers
179 views

Determining how cvs2git converted CVS trees

I successfully converted and imported into git an eight-year old CVS master tree which contains individual CVS projects. I am trying to figure out what the cvs2git conversion did to the individual CVS ...