Remove redundant call of len().
[cvs2svn.git] / test-data / resync-misgroups-cvsrepos / README
blob0c922dbaeb20609b413b40ae980cefa8a2160b12
1 This data is for testing the resolution of:
3    http://subversion.tigris.org/issues/show_bug.cgi?id=1427
4    "cvs2svn: fails on GtkRadiant repository"
6 But the data here is not the GtkRadiant data.  Instead, it comes from
7 Jack Moffitt at xiph.org, who was able to narrow down the same bug to
8 a much smaller repro set.  It might be possible to narrow it down even
9 further, I don't know -- too lazy to try right now.  The important
10 thing is that this data won't convert if revision 6567 is subtracted
11 from cvs2svn.py.  The error message can look either like this
13    ----- pass 3 -----
14    ----- pass 4 -----
15    committing: Sun Sep  9 21:26:32 2001, over 3 seconds
16    No origin records for branch 'xiph'.
18 or like this
20    File "./cvs2svn.py", line 960, in copy_path
21        entries)
22      File "./cvs2svn.py", line 661, in change_path
23        for ent in new_val.keys():
24    AttributeError: 'None' object has no attribute 'keys'
26 the former if no part of the 'xiph' vendor import branch has been
27 created in the Subversion repository by the time we get to the problem
28 file, the latter if /branches/xiph/ already exists.  It could go
29 either way, depending on how Python iterates over dictionary keys.