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

Re: just another cvs2svn converting problem

From: <kfogel_at_collab.net>
Date: 2003-06-27 17:19:37 CEST

mailing.lists@gmx.net writes:
> sorry for asking so much, but i am quite new to python ...

No problem, don't worry...

> this time i have a problem with an error output of cvs2svn:
>
> [snip]
> ../../RunTimeTest/src/Makefile,v
> ('log', '2.38', 'd2 1\na2 1\n# $Id: Makefile,v 2.38 2001/11/28 07:10:30 xytz
> Exp $\nd183 1\na183 1\nCFLAGS+=-DOCI_V8 $(CDE', 'text')
> Traceback (most recent call last):
> File "../../svn-r6328/svn/tools/cvs2svn/cvs2svn.py", line 1720, in ?
> main()
> File "../../svn-r6328/svn/tools/cvs2svn/cvs2svn.py", line 1717, in main
> convert(ctx, start_pass=start_pass)
> File "../../svn-r6328/svn/tools/cvs2svn/cvs2svn.py", line 1631, in convert
> _passes[i](ctx)
> File "../../svn-r6328/svn/tools/cvs2svn/cvs2svn.py", line 1458, 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 279, in walk
> func(arg, top, names)
> File "../../svn-r6328/svn/tools/cvs2svn/cvs2svn.py", line 301, in
> visit_file
> p.parse(open(pathname), cd)
> File "../../svn-r6328/svn/tools/cvs2svn/rcsparse/common.py", line 239, in
> parse
> self.parse_rcs_deltatext()
> File "../../svn-r6328/svn/tools/cvs2svn/rcsparse/common.py", line 221, in
> parse_rcs_deltatext
> raise RCSExpected(sym1, 'log')
> rcsparse.common.RCSExpected: ('text', 'log')
> [snip]
>
> what does that means?
> where should i look for the error?

I believe your ,v file is either corrupted or has a non-standard RCS
format (I guess the difference between corruption and having a
non-standard format is somewhat a matter of opinion :-) ).

Can you post RunTimeTest/src/Makefile,v here?

Thanks,
-Karl Fogel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 27 18:08:51 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.