Re: cvs2git Thanks

William Muriithi <[email protected]> Fri, 03 Oct 2014 15:19:13 -0400
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
Let me also take this opportunity to say thanks a lot for this tool too

I used it around 1.5 years ago to convert several CVS repositories to git. =
The largest repository was 7 GB in size.

We haven't had any problems with the converted git, repos but kept the CVS =
server as achieve. Never had a need to start it up since then though.

thank you

William =E2=80=8E

=E2=80=8E

=C2=A0 Original Message =C2=A0
From: Graham Farrar
Sent: Friday, October 3, 2014 11:07 AM
To: [email protected]
Subject: cvs2git Thanks

Thanks All,

I successfully converted over a dozen cvs repos to git repos. One repo was =
2.4GiB with 4 years of history.
I used Ubuntu 14 on Parallels 10, as after I managed to get everything work=
ing using macports I hit a key/value table maximum size issue which I could=
n't be bothered with.

I used the simple commands below (based on your instructions) for each conv=
ersion. Example was rxtx-devel repo.

Cheers,
Graham



cd
cvs2git --blobfile=3Dcvs2svn-tmp/git-blob.dat --dumpfile=3Dcvs2svn-tmp/git-=
dump.dat --username=3Dcvs2git cvs/rxtx-devel
cd git
mkdir rxtx-devel.git
cd rxtx-devel.git
git init --bare
cat ../../cvs2svn-tmp/git-blob.dat ../../cvs2svn-tmp/git-dump.dat | git fas=
t-import

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=3D1670&dsMessageId=3D=
3089393

To unsubscribe from this discussion, e-mail: [[email protected]=
ris.org].

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=3D1670&dsMessageId=3D=
3089402

To unsubscribe from this discussion, e-mail: [[email protected]=
ris.org].