Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-5765

SVN symbolic rules ignored when prepended with slashes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Answered
    • Medium
    • N/A
    • 3.7.0
    • None

    Description

      FishEye seems to be very restrictive regarding symbolic rules regexp matching. Leading slashes will cause the rule to not match - this is difficult to spot and wrong symbolic rules may negatively impact the repository indexing time.

      Consider configuration:

      and the following file in the repository: file:///svn/repo/myProject/subProject/branches/branchX/file.txt

      The following SVN branch symbolic rule would work fine:

      subProject/branches/([^/]+)
      

      but this one would not:

      /subProject/branches/([^/]+)
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pswiecicki Piotr Swiecicki
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: