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

Re: cvs2svn

From: <kfogel_at_collab.net>
Date: 2003-08-01 19:48:05 CEST

Clark Rawlins <clark@bit63.org> writes:
> That got me past that problem.
>
> The next problem I have is
>
> cvs_repository/ANT/src/fe_redwood/make.txt,v
> Traceback (most recent call last):
> File "cvs2svn/cvs2svn.py", line 2263, in ?
> main()
> File "cvs2svn/cvs2svn.py", line 2259, in main
> convert(ctx, start_pass=start_pass)
> File "cvs2svn/cvs2svn.py", line 2138, in convert
> _passes[i](ctx)
> File "cvs2svn/cvs2svn.py", line 1966, in pass1
> os.path.walk(ctx.cvsroot, visit_file, (cd, p, stats))
> File "/usr/lib/python2.1/posixpath.py", line 277, in walk
> walk(name, func, arg)
> File "/usr/lib/python2.1/posixpath.py", line 277, in walk
> walk(name, func, arg)
> File "/usr/lib/python2.1/posixpath.py", line 277, in walk
> walk(name, func, arg)
> File "/usr/lib/python2.1/posixpath.py", line 269, in walk
> func(arg, top, names)
> File "cvs2svn/cvs2svn.py", line 348, in visit_file
> p.parse(open(pathname, 'rb'), cd)
> File "cvs2svn/rcsparse/common.py", line 231, in parse
> self.parse_rcs_admin()
> File "cvs2svn/rcsparse/default.py", line 202, in parse_rcs_admin
> (tag_name, tag_rev) = string.split(tag, ':')
> ValueError: unpack list of wrong size
>
> Any hints?

Can you post the RCS file, of both before and after your change?

(Or post the before + the diff of your change).

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 1 20:26:23 2003

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

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