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

Re: ViewCVS still has problems...

From: <cmpilato_at_collab.net>
Date: 2002-10-16 19:21:38 CEST

Wolf Josef <josef.wolf@siemens.com> writes:

> When I list the logs of tags/0.14.3/subversion/libsvn_client/add.c
> and click on the "diff to previous 2433" which is contained in the
> log-entry for Rev 2436, then I get:
>
> Python Exception Occurred
> Traceback (most recent call last):
> File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2895, in run_cgi
> main()
> File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2868, in main
> view_diff(request)
> File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2575, in view_diff
> fp = diffobj.get_pipe()
> File "/usr/local/lib/python2.2/site-packages/svn/fs.py", line 59, in
> get_pipe
> len = file_length(self.root1, self.path1, self.pool)
> RuntimeError: file not found: revision `2433', path
> `tags/0.14.3/subversion/libsvn_client/add.c'
>
> Could this be due to the "Changes since 2433: 0 lines"?

Nope. It's because ViewCVS doesn't yet realize that the "previous"
revision of that path isn't at that path at all(!), but is somewhere
else (probably trunk/subversion/libsvn_client/add.c:2433). This is a
bug with svn_repos_get_logs(), in my opinion. I'll make a note to
file an issue later with a better description.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 16 19:23:49 2002

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.