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

Re: cvs2svn (r3200) problem

From: Will Andrews <will_at_csociety.org>
Date: 2002-10-26 19:41:29 CEST

On Sat, Oct 26, 2002 at 07:21:33PM +0200, Michael Sperber [Mr. Preprocessor] wrote:
>
> 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.

Yes, this was fixed with a later version of subversion. I don't
remember the exact revision, but I think it was around 3250 or
3275. C-Mike fixed it when I nagged him so I know it's fixed. :)
That, and I regularly convert a (small) repo with cvs2svn...

Regards,

-- 
wca
---------------------------------------------------------------------
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:44:00 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.