author | Michael Haggerty <mhagger@alum.mit.edu> | |
Mon, 23 Feb 2009 05:08:14 +0000 (06:08 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 24 Feb 2009 05:56:48 +0000 (21:56 -0800) | ||
commit | 0dc062122ee114db087c10007fd374f26725dae7 | |
tree | 159cb41d7cc18447a3ff92e193cd0a61b5b7d388 | tree | snapshot |
parent | b225290445210bbdef207e42de21edbf8baa24aa | commit | diff |
Add a test of "git cvsimport"'s handling of tags and branches
6 out of 11 of these tests fail.
The test CVS repository used for these tests is derived from one in
cvs2svn's test suite.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
6 out of 11 of these tests fail.
The test CVS repository used for these tests is derived from one in
cvs2svn's test suite.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 files changed:
t/t9602-cvsimport-branches-tags.sh | [new file with mode: 0755] | blob |
t/t9602/README | [new file with mode: 0644] | blob |
t/t9602/cvsroot/.gitattributes | [new file with mode: 0644] | blob |
t/t9602/cvsroot/CVSROOT/.gitignore | [new file with mode: 0644] | blob |
t/t9602/cvsroot/module/default,v | [new file with mode: 0644] | blob |
t/t9602/cvsroot/module/sub1/default,v | [new file with mode: 0644] | blob |
t/t9602/cvsroot/module/sub1/subsubA/default,v | [new file with mode: 0644] | blob |
t/t9602/cvsroot/module/sub1/subsubB/default,v | [new file with mode: 0644] | blob |
t/t9602/cvsroot/module/sub2/Attic/branch_B_MIXED_only,v | [new file with mode: 0644] | blob |
t/t9602/cvsroot/module/sub2/default,v | [new file with mode: 0644] | blob |
t/t9602/cvsroot/module/sub2/subsubA/default,v | [new file with mode: 0644] | blob |
t/t9602/cvsroot/module/sub3/default,v | [new file with mode: 0644] | blob |