[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Rcsparse.py

From: Dale Hirt <dale_at_sbcltd.com>
Date: 2003-02-25 23:31:08 CET

So,

I finally manage to get everything compiled and working, and what happens?
Rcsparse.py chokes on the first binary cvs file it finds. Ugh. Any ideas?
The stack trace follows for your fun and amusement.

Traceback (most recent call last):
  File "D:\work\subversion\tools\cvs2svn\cvs2svn.py", line 840, in ?
    main()
  File "D:\work\subversion\tools\cvs2svn\cvs2svn.py", line 837, in main
    util.run_app(convert, ctx, start_pass=start_pass)
  File "D:\work\Python-2.2.2\lib\site-packages\svn\util.py", line 38, in
run_app
    return apply(func, (pool,) + args, kw)
  File "D:\work\subversion\tools\cvs2svn\cvs2svn.py", line 765, in convert
    _passes[i](ctx)
  File "D:\work\subversion\tools\cvs2svn\cvs2svn.py", line 634, in pass1
    os.path.walk(ctx.cvsroot, visit_file, (cd, p, stats))
  File "D:\work\Python-2.2.2\lib\ntpath.py", line 324, in walk
    walk(name, func, arg)
  File "D:\work\Python-2.2.2\lib\ntpath.py", line 324, in walk
    walk(name, func, arg)
  File "D:\work\Python-2.2.2\lib\ntpath.py", line 318, in walk
    func(arg, top, names)
  File "D:\work\subversion\tools\cvs2svn\cvs2svn.py", line 232, in
visit_file
    p.parse(open(pathname), cd)
  File "D:\work\subversion\tools\cvs2svn\rcsparse.py", line 305, in parse
    self.parse_rcs_deltatext()
  File "D:\work\subversion\tools\cvs2svn\rcsparse.py", line 290, in
parse_rcs_deltatext
    text = self.ts.get()
  File "D:\work\subversion\tools\cvs2svn\rcsparse.py", line 106, in get
    raise RuntimeError, 'EOF'
RuntimeError: EOF

Here is the standard output:
----- pass 1 -----
n:\Shares\CVSRepository\sbc\Attic\php-Util\Attic\EmptyDir.txt,v
RESYNC: \Attic\php-Util\EmptyDir.txt,v (1.1) : old time="Wed Nov 28 18:36:12
2001" new time="Wed Nov 28 18:36:11 2001"
....
n:\Shares\CVSRepository\sbc\c-Util\dll\AJSuuid.dll,v

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 25 23:31:55 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.