• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • cvs-plugin
    • 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

          [JENKINS-589] viewcvs links for revisions not working

          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.

          Kohsuke Kawaguchi added a comment - 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.

          Fixed in 1.110.

          Kohsuke Kawaguchi added a comment - Fixed in 1.110.

            Unassigned Unassigned
            pukomuko pukomuko
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: