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

Re: Issues with ViewCVS

From: <cmpilato_at_collab.net>
Date: 2003-06-17 18:43:58 CEST

"Alex Brown" <abrown@diginexus.com> writes:

> Still having the same issue. Here is a bit more data.
>
> I think I'm really close, when I'm done I'll write up a document similar
> to the one I found on the web for subversion install for the viewCVS
> install.

I noticed that you had both python2.2 and python2.3 libs on your
system when you mailed out your /usr/local/lib listing. Is ViewCVS
using the wrong Python? Oh, the per-file softlink thing is, I think,
waaaay unnecessary. You need only this:

[root@svn site-packages]# ln -s /usr/local/lib/svn-python/svn ./svn
[root@svn site-packages]# ln -s /usr/local/lib/svn-python/libsvn ./libsvn

It *is* important for there to be those 'svn' and 'libsvn' subdirs
inside the Python library path (because the modules are accessed like
"svn.repos" and "svn.core", not just "repos" and "core").

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 17 18:45:30 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.