reza
reza

Reputation: 6358

cvs2git blob and dump file

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

Answers (1)

mhagger
mhagger

Reputation: 2717

For some reason cvs2git must not have run to completion. It is impossible to tell why without more information.

Upvotes: 1

Related Questions