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

cvs2svn.py problems

From: Florian Schulze <florian.proff.schulze_at_gmx.net>
Date: 2003-07-11 18:27:34 CEST

Hi!

I tried the latest cvs2svn.py (rev 6449) and get the following error:
No origin records for branch 'avendor'.
What does it mean?

In another unrelated part of the repository, which I left out in the above
case, I get:
Traceback (most recent call last):
  File "../subversion/tools/cvs2svn/cvs2svn.py", line 2154, in ?
    main()
  File "../subversion/tools/cvs2svn/cvs2svn.py", line 2150, in main
    convert(ctx, start_pass=start_pass)
  File "../subversion/tools/cvs2svn/cvs2svn.py", line 2039, in convert
    _passes[i](ctx)
  File "../subversion/tools/cvs2svn/cvs2svn.py", line 1868, 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 "../subversion/tools/cvs2svn/cvs2svn.py", line 329, in visit_file
    p.parse(open(pathname), cd)
  File "../subversion/tools/cvs2svn/rcsparse/common.py", line 231, in parse
    self.parse_rcs_admin()
  File "../subversion/tools/cvs2svn/rcsparse/default.py", line 191, in
parse_rcs_admin
    raise common.RCSExpected(semi, ';')
rcsparse.common.RCSExpected: ('access', ';')
What could lead to it?
Installed is subversion 0.24.2, just cvs2svn.py is rev 6449.

The repository is quite big, but I will try to prune some stuff.

Florian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 18:28:15 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.