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

Re: Setting up ViewVC for SVN

From: Ed Hillmann <ed.hillmann_at_gmail.com>
Date: Thu, 12 Jun 2008 08:28:49 +1000

On Thu, Jun 12, 2008 at 6:32 AM, Sharad Munde <sharad.munde_at_gmail.com> wrote:
> Hi all,
>
> I have installed ViewVC and can very well view CVS repository.
>
> Now I also want to use ViewVC for the subversion repository to view it
> online
> I get following problem.
>
> Traceback (most recent call last):
>
> File "/usr/local/viewvc-1.0.5/lib/viewvc.py", line 3766, in main
> request.run_viewvc()
> File "/usr/local/viewvc-1.0.5/lib/viewvc.py", line 253, in run_viewvc
> import vclib.svn
> File "/usr/local/viewvc-1.0.5/lib/vclib/svn/__init__.py", line 27, in ?
>
> from svn import fs, repos, core, delta
> ImportError: No module named svn
>
>
> I looked into online forums and found that i need to install svn-python
> bindings and set PYTHONPATH to where they are installed.
>
> But where will I get these bindings ??? I am not able to find them.
>
> Or is there any other way to solve this issue. I am spending too much time
> in solving this. It will be great is somebody helps.
>
> Thanks & Regards,
> Sharad.

As Hari points out, you either need to find the pre-built pything
bindings appropriate for your OS, or build your own. Building them is
pretty straight forward if you're already building Subversion already.

We used ViewVC for a while, and it worked very well. However, I've
come across a newer Web application for SVN repositories which is much
easier to setup than ViewVC. It's a pure Java web app, so you simply
drop it into your Web Server and run it. If you get a chance, try it
out.

http://www.sventon.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-12 00:29:10 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.