You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brian Krusic <br...@krusic.com> on 2006/06/27 21:55:59 UTC

python 2.3 bindings for svn 1.3.1

Hi,

There are 2 dirs in the python bindings for svn, libsvn and svn.

Were do I install them?

I'm looking to get viewvc running.

Thanks in advance,
Bri-

RE: python 2.3 bindings for svn 1.3.1

Posted by Alexander Ogol <al...@ogol.info>.
 
Hi,
 
There are 2 dirs in the python bindings for svn, libsvn and svn.
 
Were do I install them?
 
I'm looking to get viewvc running.
 
 

I have them in c:\Program Files\SubVersion\python\libsvn and c:\Program
Files\SubVersion\python\svn.
In viewvc.cgi I have added manually
sys.path.insert(0, r"c:\Program Files\Subversion\python")
and all works for me
 
Alexander