You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by ma...@gmx.net on 2003/06/27 08:44:41 UTC

just another cvs2svn converting problem

hi again,

sorry for asking so much, but i am quite new to python ...

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?

greetz

achim

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: just another cvs2svn converting problem

Posted by kf...@collab.net.
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