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

'svnlook dirs-change' delete child in moved directory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • Beta
    • libsvn_repos
    • None

    Description

      It doesn't work, which means that the commit email doesn't include a diff.
      
      $ svnadmin create repo
      $ svn co file://`pwd`/repo wc
      $ svn mkdir wc/foo
      $ echo bar > wc/foo/bar
      $ svn add wc/foo/bar
      $ svn ci wc
      $ svn up wc
      $ svn mv wc/foo wc/foo2
      $ svn rm wc/foo2/bar
      $ svn ci
      $ svnlook dirs-changed repo/
      ../svn/subversion/libsvn_repos/node_tree.c:165: (apr_err=160013)
      svn: Filesystem has no item
      svn: foo2/bar
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: