Hello.
We have been using ViewCVS 1.0-dev 20030404 for the past three months
with Subversion 0.22.2 and previous.
When we upgraded to Subversion 0.24.2, ViewCVS broke.
Here is the error message:
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/data/lib/viewcvs/lib/viewcvs.py", line 3037, in main
run_viewcvs(server)
File "/data/lib/viewcvs/lib/viewcvs.py", line 2924, in run_viewcvs
request = Request(server)
File "/data/lib/viewcvs/lib/viewcvs.py", line 251, in __init__
import vclib.svn
File "/data/lib/viewcvs/lib/vclib/svn/__init__.py", line 26, in ?
from svn import fs, repos, util
ImportError: cannot import name util
SVN Administrator
Powered by
ViewCVS 1.0-dev
Okay
So I figured something changed, and thus I upgraded ViewCVS to the
latest 1.0-dev in CVS, 1.0-dev 20030714. However this version does not
work with 0.24.2 either.
Here is the error message:
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/data/lib/viewcvs-0.9.2-20030714/lib/viewcvs.py", line 3162, in
main
request.run_viewcvs()
File "/data/lib/viewcvs-0.9.2-20030714/lib/viewcvs.py", line 251, in
run_viewcvs
self.rootpath, rev)
File "/data/lib/viewcvs-0.9.2-20030714/lib/vclib/svn/__init__.py",
line 238, in __init__
youngest = fs.youngest_rev(self.fs_ptr, self.pool);
AttributeError: 'svn.fs' module has no attribute 'youngest_rev'
Now I know this is in development and is subject to change and
problems, however I also know that collab.net is successfully using
1.0-dev with their 0.25.0 Subversion:
http://svn.collab.net/viewcvs-dev/svn/
I also know this is not the View CVS maillist, however I know a
developer of Subversion is working with ViewCVS team to make the
application work with Subversion. So thus I am mailing this out to the
Subversion mail list.
Any developer know about the compatibility issues of Subversion with
ViewCVS?
Did something change? Do I need to change something?
-RG
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 15 22:11:36 2003