[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: Alex Brown <abrown_at_diginexus.com>
Date: 2003-06-17 20:13:24 CEST

I killed all python installations and retried the whole install.
Now it works. Sometimes restarting is the best option.

        Thanks,
                Alex

-----Original Message-----
From: cmpilato@collab.net [mailto:cmpilato@collab.net]
Sent: Tuesday, June 17, 2003 12:44 PM
To: Alex Brown
Cc: dev@subversion.tigris.org
Subject: Re: Issues with ViewCVS

"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 20:14:05 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.