]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
Add CVS import scripts and programs
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 7 Jun 2005 22:11:28 +0000 (15:11 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 7 Jun 2005 22:11:28 +0000 (15:11 -0700)
commitd4f8b390a4326625f0c3d65a8d120336e38928d7
treecaca1a07914b67b9d3c0ec2143e3a739d2b71c4f
parent001d4a27dbfaaa59c25dc35dafc69bd9b9bc21d3
Add CVS import scripts and programs

This gets the "cvs2git" program from the old git-tools
archive, and adds a nice script around it that makes it
much easier to use.

With this, you should be able to import a CVS archive
using just a simple

git cvsimport <cvsroot> <module>

and you're done. At least it worked for my one single test.

NOTE!! This may need tweaking. It currently expects (and
verifies) that cvsps version 2.1 is installed, but you
can't actually set any of the cvsps parameters, like the
time fuzz.
Makefile
cvs2git.c [new file with mode: 0644]
git-cvsimport-script [new file with mode: 0755]