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