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

Re: [ViewCVS] switching from the db4 to the file system/database...

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-04-26 06:14:40 CEST

"bruce" <bedouglas@earthlink.net> writes:

> hey...
>
> i just modifed some things with subversion. i'm using gforge and and i get
> the following from the ViewCVS portion...
>
> Traceback (most recent call last):
> File "/viewcvs/lib/viewcvs.py", line 3394, in main
> request.run_viewcvs()
> File "/viewcvs/lib/viewcvs.py", line 268, in run_viewcvs
> self.rootpath, rev)
> File "/viewcvs/lib/vclib/svn/__init__.py", line 342, in __init__
> self.repos = repos.svn_repos_open(rootpath, self.pool)
> SubversionException: ('Bad database version: compiled with 4.2.52, running
> against 4.3.27', 160000)
>
> does anybody have any idea as to what's the cause....?
>
> i'm running fedora core 3, subversion-1.1.4-1, python-2.3.4, db4-4.3.27
>
> is it a subversion db issue.. ?
> is it possibly python related....
> is it possibly ViewCVS?

You can rule out ViewCVS -- it doesn't have any compiled portions.
You're getting an error generated by Subversion itself, coming out as
a SubversionException through the Subversion Python bindings, and with
the obvious complaint.

I'm guessing that your Subversion package is using a shared-library
build constructed against 4.2.52, but it's finding your db4-4.3.27
package at runtime, and complaining.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 26 06:21:18 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.