Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-3931

svn log returns log of unrelated path

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • 1.7.0
    • libsvn_client
    • None

    Description

      In the test repository used in log_tests.py the path "A/D/G/rho" is:
      - created in revision 1
      - deleted in revision 5
      - recreated in revision 8
      
      The following commands result in the expected error "Unable to find repository
      location for":
      svn log -r 2:9 path-to-wc/A/D/G/rho@2
      svn log -r 9:2 path-to-wc/A/D/G/rho@2
      
      But when using HEAD instead of revision 9 (which should be the same) the commands:
      svn log -r 2:HEAD path-to-wc/A/D/G/rho@2
      svn log -r HEAD:2 path-to-wc/A/D/G/rho@2
      actually show the log of the wrong resource - namely A/D/G/rho@8
      

      Original issue reported by dirkthomas

      Attachments

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: