[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: Russell Glaue <rglaue_at_cait.org>
Date: 2003-07-16 20:03:00 CEST

Check this out.

http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=199201

Debian has a ViewCVS fix as 0.9.2+cvs.1.0.dev.2003.05.05-2
Does this have any validity?
We installed this patch, instead of what you suggested, and it fixed
our issue.

Should we do the python rebinding as you suggested, or instead apply
this patch?
-RG

On Tuesday, Jul 15, 2003, at 15:19 America/Chicago, cmpilato@collab.net
wrote:

> 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 Wed Jul 16 20:03:52 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.