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

trouble with the python bindings

From: rillian <rillian_at_telus.net>
Date: 2003-03-05 02:59:47 CET

I've been trying to get cvs2svn to work, but keep getting the following
database version error when it goes to commit the changesets after pass
4:

> Traceback (most recent call last):
> File "./cvs2svn.py", line 873, in ?
> main()
> File "./cvs2svn.py", line 870, in main
> util.run_app(convert, ctx, start_pass=start_pass)
> File "/usr/local/lib/svn-python/svn/util.py", line 38, in run_app
> return apply(func, (pool,) + args, kw)
> File "./cvs2svn.py", line 798, in convert
> _passes[i](ctx)
> File "./cvs2svn.py", line 709, in pass4
> t_repos = repos.svn_repos_open(ctx.target, ctx.pool)
> RuntimeError: bad database version: got 3.2.9, should be at least
> 4.0.14

the rest of subversion runs fine, and does cvs2svn.py -n.

I guess the python bindings are linking with the system db3 (or db2
when I tried on an older system) instead of the db4 in
/usr/local/BerkeleyDB.4.0. _repos.so is linked to both of them, and to
gdbm.

Any advice on how to resolve this?
  -r

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 09:11:19 2003

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.