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

Problem with cvs2svn.py : TypeError: svn_repos_open() takes exactly 3 arguments (2 given)

From: Anders.Hanson <anders.hanson_at_home.se>
Date: 2002-11-06 00:13:02 CET

Hi,

I'm trying to convert a cvs repository to subversion but I'm getting errors on
pass 4. I'm at revision 3661.

----- pass 4 -----
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 "/opt/subversion/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 561, in pass4
     t_repos = _repos.svn_repos_open(ctx.target, ctx.pool)
TypeError: svn_repos_open() takes exactly 3 arguments (2 given)

--
Anders Hanson
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 6 00:32:11 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.