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

svn:needs-lock in copied dir not made read-only on commit

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • trunk
    • 1.10-consider
    • libsvn_wc
    • None

    Description

      svnadmin create repo
      svn co file://`pwd`/repo wc
      svn mkdir wc/A
      touch wc/A/f
      svn add wc/A/f
      svn ps svn:needs-lock '*' wc/A/f
      svn ci -mm wc
      svn cp wc/A wc/B
      svn ci -mm wc
      
      Wc/B/f should be read-only after the commit but is writeable.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            philipm Philip Martin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: