Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-3481

Incorrect WebSVN path generation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • subversion-plugin
    • None
    • Platform: All, OS: All

      Having WebSVN 2.2 set up, I have encountered a problem where the URL generated
      using "http://server/websvn/filedetails.php/?repname=MyRepo&path=
      " as baseURL in the configuration for file "/trunk/src/Foo.java" resulted in

      "http://server/websvn/filedetails.php/trunk/src/Foo.java?repname=MyRepo&path="
      but expected
      "http://server/websvn/filedetails.php?repname=MyRepo&path=/trunk/src/Foo.java"

      The file path should appear at the end of the baseURL.

            Unassigned Unassigned
            jtong jtong
            Votes:
            6 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: