Add a better testcase for issue 1421.
[cvs2svn.git] / test-data / split-branch-cvsrepos / README
blob51f1169b30af117b6a3cea8816ad552198f62332
1 This tree is for reproducing
3    http://subversion.tigris.org/issues/show_bug.cgi?id=1421
5 There are two sets of reproduction data - 'src' and 'module'.
7 'src' directory
9   The reproduction data was constructed using bits of the xiph.org
10   repository, supplied by Jack Moffitt <jack@xiph.org>.
12   The problem has to do with the creation of branch 'volsung_20010721',
13   parts of which are copied from trunk, and other parts from branch
14   'xiphophorus':
16      src/ao_private.h,v:
17         volsung_20010721   ==> 1.1.0.2
19      src/audio_out.c,v:
20           volsung_20010721 ==> 1.15.0.2
21           xiphophorus      ==> 1.1.1
23      src/COPYING,v
24           volsung_20010721 ==> 1.1.1.1.0.4
25           xiphophorus      ==> 1.1.1
27   (These are actually from /ao/src/ in the xiphrepo; note that COPYING,v
28   is actually /ao/COPYING,v in the original data, I just moved it to
29   make the reproduction simpler.)
31   This test began to pass after the fix in r6534. However, similar errors still
32   occurred with other data sets. The issue was reopened.
34 'module' directory
36   This test is based on issue-1421-small-cvsrepos.tgz from Blair Zajac.
38   It continued to fail until the final fix in r7006.
40 See the issue for more details.