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

RE: [viewvc-users] python issue with viewvc

From: Seth Simmons <ssimmons_at_cymfony.com>
Date: Tue, 27 Apr 2010 16:41:52 -0400

I did find postings related to this, but it doesn't apply because i don't have multiple versions of Subversion on this box. As I said, this is a new box with new subversion installation of 1.6.11. Others were saying they installed both versions which caused their problem - I don't have multiple versions on this new box.

These are the options I used in configuring subversion:

./configure --with-apxs=/usr/local/apache/bin/apxs --with-swig --with-apr=/usr/bin --with-apr-util=/usr/bin

-----Original Message-----
From: C. Michael Pilato [mailto:cmpilato_at_collab.net]
Sent: Tuesday, April 27, 2010 4:33 PM
To: Seth Simmons
Cc: users_at_viewvc.tigris.org
Subject: Re: [viewvc-users] python issue with viewvc

This is a classic case of Subversion's Python bindings finding, loading, and using the wrong versions of Subversion's core libraries (out of several different versions of Subversion installed at once on your server). You'll want to visit users_at_subversion.apache.org for help about this general problem. Once you get Subversion and its Python bindings behaving as expected, ViewVC should start working as well.

seth simmons wrote:
> We currently have a RH 5 box running Subversion 1.5 and ViewVC 1.07.
> I’m in the process of migrating to newer versions to a new box running
> CentOS 5 with Subversion 1.6.11 and ViewVC 1.0.11.
>
> So far it’s running well. I had one of my developers test checking
> items out and committing without any issues. The problem is with ViewVC.
>
>
>
> I can get it to initially work, but when selecting any repositories, I
> get an error. I’ve been looking around for a couple days with no
> solution. Many have said they are having the same issue.
>
>
>
>
>
> Traceback (most recent call last):
>
> File "/usr/local/viewvc-1.0.11/lib/viewvc.py", line 3761, in main
>
> request.run_viewvc()
>
> File "/usr/local/viewvc-1.0.11/lib/viewvc.py", line 261, in
> run_viewvc
>
> cfg.general.svn_path)
>
> File "/usr/local/viewvc-1.0.11/lib/vclib/svn/__init__.py", line 609,
> in __init__
>
> self.repos = repos.svn_repos_open(rootpath, self.pool)
>
> File "/usr/lib/python2.4/site-packages/libsvn/repos.py", line 53, in
> svn_repos_open
>
> return apply(_repos.svn_repos_open, args)
>
> SubversionException: ("Expected FS format '2'; found format '4'",
> 160043)
>
>
>
>
>
>
>
>
>
>
>
> Seth Simmons
>
> Systems Administrator
>
> *Cymfony*
>
> Office: 617.673.6024
>
> Fax: 617.924.6167
>
> www.cymfony.com
>
>
>

--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

  • application/pkcs7-signature attachment: smime.p7s
Received on 2010-04-27 22:44:30 CEST

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.