This might be a dumb question, will this kill any existing repositories?
On 4/11/06, David Heppenstall <
David.Heppenstall@xxxxxxxxxxxxxx> wrote:Hi,
This exact problem happened to me recently. You are missing the Python
SWIG bindings for svn.
Try this with SVN's source:
configure --with-swig:/path/to/swig/binary make make install make swig-py make install-swig-py
You may need to download/compile SWIG too.
- Dave
-----Original Message----- From: spydrrrrr@xxxxxxxxx [mailto:spydrrrrr@xxxxxxxxx] Sent: Tuesday, April 11, 2006 4:24 PM
To: users@xxxxxxxxxxxxxxxxx Subject: [viewvc-users] ImportError: No module named svn
I have looked through the archives and I cannot find a reason that I am
getting this error...
Any help would be great
I am using the following: ViewVC 1.0 rc1 Subversion: 1.2.3
repository is located in the /svn/repos directory on the server
viewvc.conf: svn_roots = repos: /svn/repos/
default_root = repos I commented out root_parents
And this is what I got as an error when I click on the repos link after I access the inital page:
An Exception Has Occurred Python Traceback
Traceback (most recent call last): File "/usr/local/viewvc-1.0.0-rc1/lib/viewvc.py", line 3609, in main request.run_viewvc() File "/usr/local/viewvc-1.0.0-rc1/lib/viewvc.py", line 253, in run_viewvc
import vclib.svn File "/usr/local/viewvc-1.0.0-rc1/lib/vclib/svn/__init__.py", line 25, in ? from svn import fs, repos, core, deltaImportError: No module named svn
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxxx
|
|