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

Re: Error - ViewCVS for SVN

From: <cmpilato_at_collab.net>
Date: 2003-07-15 22:19:06 CEST

Russell Glaue <rglaue@cait.org> writes:

> Hello.
>
> We have been using ViewCVS 1.0-dev 20030404 for the past three months
> with Subversion 0.22.2 and previous.
> When we upgraded to Subversion 0.24.2, ViewCVS broke.

[...]

> Did something change? Do I need to change something?

Yes, the Subversion bindings changed. The easiest fix is to:

   1. ensure that you have two directories, 'svn' and 'libsvn', in
       your Subversion python install location (typically
       /usr/local/lib/svn-python/svn).

   2. remove old Subversion bindings ('svn') from your Python site-packages
       location (/usr/local/lib/python2.2/site-packages, for me).

   3. create two softlinks in the Python site-packages directory, to
       each of the two dirs in the Subversion python install
       directory:

          cd /usr/local/lib/python2.2/site-packages
          ln -s /usr/local/lib/svn-python/svn ./svn
          ln -s /usr/local/lib/svn-python/libsvn ./libsvn

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 15 22:19:10 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.