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

cvs2svn (r3200) problem

From: Michael Sperber [Mr. Preprocessor] <sperber_at_informatik.uni-tuebingen.de>
Date: 2002-10-26 19:21:33 CEST

For me, cvs2svn from 0.14.3 aka r3200 drops the ball with this:

Traceback (most recent call last):
  File "./cvs2svn.py", line 702, in ?
    main()
  File "./cvs2svn.py", line 699, in main
    util.run_app(convert, ctx, start_pass=start_pass)
  File "/afs/informatik.uni-tuebingen.de/i386_fbsd46/subversion-0.14.3/lib/python2.2/site-packages/svn/util.py", line 38, in run_app
    return apply(func, (pool,) + args, kw)
  File "./cvs2svn.py", line 632, in convert
    _passes[i](ctx)
  File "./cvs2svn.py", line 589, in pass4
    c.commit(t_fs, ctx)
  File "./cvs2svn.py", line 443, in commit
    conflicts, new_rev = fs.commit_txn(txn)
TypeError: svn_fs_commit_txn() takes exactly 2 arguments (1 given)

The type error seems real enough, but I'm not deep enough into
Subversion to figure out the Right Way to fix this.

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 26 19:22:17 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.