-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
i have ViewCVS 1.0-dev
for project with subversion repository, i lcik on link "ViewSVN" next to
changesummary.
the link produced by hudson is
https://myserver/cgi-bin/viewcvs.cgi/?root=code&view=rev&revision=1911
but viewCVAS needs
https://myserver/cgi-bin/viewcvs.cgi/?root=code&view=rev&rev=1911
it barfs on variable revision
The up-to-date version of ViewVC (which is what Hudson really supports when it
says "ViewSVN") like http://svn.apache.org/viewvc uses revision=..., instead of
rev=....
But it also seems to accept http://svn.apache.org/viewvc?view=rev&rev=544306
(and redirect it by changing rev->revision.
So it appears that rev is old and revision is new, but ViewVC is maintaining
backward compatibility. Assuming that this is correct, Hudson should be able to
safely use rev.