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

Bug in svn.collab.net's ViewVC

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-05-04 13:16:01 CEST

(I'm not really sure whether this should go to a ViewVC-specific list,
but it might be caused by our local installation.)

There seems to be a bug in ViewVC on svn.collab.net: going to a URL like

  http://svn.collab.net/viewcvs/svn?rev=12345&view=rev

doesn't work any more, because the UA is redirected to

  http://svn.collab.net/viewvc/svn?view=rev&pathrev=12345,

which isn't the same thing at all. The correct URL appears to be

  http://svn.collab.net/viewvc/svn?view=rev&revision=12345.

Broken:
* links from outside, like from the contribulyzer.
* direct entry of the revision number into the textbox.
Working:
* back and forward arrows (they use 'revision' directly).

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 4 13:16:27 2006

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.