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

No files in SVN tag

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 3.3.2, 3.9.0
    • None
    • None

    Description

      I have repository repo.tgz and I'm unable to see files for tag 1.6 but I can see files for tags 1.1 - 1.5 - Selection_033.png.

      Repository has following SVN Symbolic Rules

      <symbolic auto-rules="false">
      	<trunk regex="trunk(/|$) " name="trunk" logical=""/>
      	<branch regex="branches/([^/]+)" name="${1}" logical=""/>
      	<tag regex="tags/([^/]+)/([^/]+)" name="${1}-${2}" logical=""/>
      </symbolic>
      

      Tag 1.6 was created using full repository url ie.:

      svn cp REPO_URL/branches/dev/platform/software/tool REPO_URL/tags/tool/1.6 -m "tag 1.6"
      

      Tag 1.5 was created thru working copy ie. in working copy

      svn cp branches/dev/platform/software/tool tags/tool/X
      svn commit -m "tool tag 1.5"
      

      There is a difference in svn log -v output for tag commits:

      czawadka@czawadka:~/Downloads/dos/fsh14047/wc$ svn log -v -r11:12
      ------------------------------------------------------------------------
      r11 | czawadka | 2014-04-22 09:00:42 +0200 (wto, 22 kwi 2014) | 1 line
      Changed paths:
         A /tags/tool/1.5 (from /branches/dev/platform/software/tool:4)
         R /tags/tool/1.5/changelog.txt (from /branches/dev/platform/software/tool/changelog.txt:6)
      
      tool tag 1.5
      ------------------------------------------------------------------------
      r12 | czawadka | 2014-04-22 10:51:35 +0200 (wto, 22 kwi 2014) | 1 line
      Changed paths:
         A /tags/tool/1.6 (from /branches/dev/platform/software/tool:11)
      
      tag 1.6
      ------------------------------------------------------------------------
      

      Commit r12 (tag 1.6) doesn't contain changelog.txt in its output.

      Attachments

        1. repo.tgz
          15 kB
        2. repo2.zip
          36 kB
        3. Selection_033.png
          Selection_033.png
          65 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              czawadka@atlassian.com Cezary Zawadka
              Votes:
              3 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: