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

cvs2svn.py: RuntimeError: Attempted to get textual contents of a *non*-file node.

From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2002-10-30 20:24:30 CET

Hi!

I converted 6 cvs repo to svn and everything was fine, until I tried 7th:

committing: Thu May 17 16:11:48 2001, over 0 seconds
    changing 1.1 : /trunk/jpe/
    making dir: /trunk/jpe
Traceback (most recent call last):
  File "./cvs2svn.py", line 854, in ?
    main()
  File "./cvs2svn.py", line 851, in main
    util.run_app(convert, ctx, start_pass=start_pass)
  File "/opt/svn/3575/lib/python2.1/site-packages/svn/util.py", line 38,
in run_app
    return apply(func, (pool,) + args, kw)
  File "./cvs2svn.py", line 784, in convert
    _passes[i](ctx)
  File "./cvs2svn.py", line 741, in pass4
    c.commit(t_fs, ctx)
  File "./cvs2svn.py", line 430, in commit
    handler, baton = fs.apply_textdelta(root, repos_path, f_pool)
RuntimeError: Attempted to get textual contents of a *non*-file node.

Any idea what went wrong?

svn is 3575 with swig-1.3.16 bindings, python is 2.1.2, and cvs2svn.py is
patched with this patch:

--- ../cvs2svn/cvs2svn/cvs2svn.py 2002-10-28 06:58:47.000000000 +0100
+++ cvs2svn.py 2002-10-28 07:05:23.000000000 +0100

BR, Jani

--
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 30 20:25:24 2002

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.