Reputation: 6358
I am trying to import a cvs project in git using cvs2git
.
I am using following command
cvs2git --username=reza -v --blobfile=./blob.txt --dumpfile=./dump.txt ./localCVSTree/repo
I see the blob file getting created and I do not see the dump file getting created.
Why does that happen? Is that an error?
Any experience with this issue?
Upvotes: 0
Views: 360
Reputation: 2717
For some reason cvs2git must not have run to completion. It is impossible to tell why without more information.
Upvotes: 1