The following Python stack trace is occurring reproducibly on the same
file when I attempt to translate our CVS repository.
Does anyone have any thoughts on what is going on? Bug in cvs2svn?
Corrupt files in the CVS repository? These files are able to checked
out successfully with CVS.
The file is attached.
Thanks.
..mike..
---------------------------
/usr/cvsroot/chronicle/src/processForm.java,v
Traceback (most recent call last):
File "./cvs2svn.py", line 2244, in ?
main()
File "./cvs2svn.py", line 2240, in main
convert(ctx, start_pass=start_pass)
File "./cvs2svn.py", line 2119, in convert
_passes[i](ctx)
File "./cvs2svn.py", line 1948, in pass1
os.path.walk(ctx.cvsroot, visit_file, (cd, p, stats))
File "/usr/lib/python2.2/posixpath.py", line 287, in walk
walk(name, func, arg)
File "/usr/lib/python2.2/posixpath.py", line 287, in walk
walk(name, func, arg)
File "/usr/lib/python2.2/posixpath.py", line 279, in walk
func(arg, top, names)
File "./cvs2svn.py", line 340, in visit_file
p.parse(open(pathname, 'rb'), cd)
File "./rcsparse/common.py", line 239, in parse
self.parse_rcs_deltatext()
File "./rcsparse/common.py", line 218, in parse_rcs_deltatext
text, sym2, log, sym1 = self.ts.mget(4)
File "./rcsparse/default.py", line 169, in mget
result.append(self.get())
File "./rcsparse/default.py", line 108, in get
raise RuntimeError, 'EOF'
RuntimeError: EOF
/-- --\
| Michael Wynholds |
President
Carbon Five, Inc.
415.546.0500 x13
| mike@carbonfive.com |
\-- --/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 23 02:05:33 2003