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

WC-WC copy of file from a sibling branch results in an error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.7.x
    • 1.10-consider
    • cmdline client
    • None

    Description

      If you try to perform a copy from one sibling branch using an absolute path to
      the current branch inside a working copy, subversion crash 
      
      svn: E200033: database is locked, executing statement 'RELEASE   s1'
      
      
      How to reproduce:
      Checkout project
      - svn checkout URL /home/svn/myproject
      
      Go into a sub-directory of the project
      - cd /home/svn/myproject/A/B/C/D
      
      Try to copy a file from a sibbling branch.
      - svn copy /home/svn/myproject/Z/X/Y/X/myFileToCopy .
      
      Expected result:
      
      File myFileToCopy is copied inside the /home/svn/myproject/A/B/C/D directory,
      which is the current directory.
      
      
      Actual Result:
      svn: E200033: database is locked, executing statement 'RELEASE   s1'
      
      
      Workaround:
      Go to a mutual parent and perform the copy there.
      cd /home/svn/myproject
      svn copy Z/X/Y/X/myFileToCopy A/B/C/D
      

      Original issue reported by pbusque

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: