[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-issues
Subject:    =?UTF-8?B?W0lzc3VlIDIzNzFdIE5ldyAtIHVwZGF0ZSBjYW5ub3QgcmVwbGFjZQ==?=
From:       philip () tigris ! org
Date:       2005-07-26 22:56:36
Message-ID: 20050726225636.6374.qmail () tigris ! org
[Download RAW message or body]

http://subversion.tigris.org/issues/show_bug.cgi?id=2371
                 Issue #|2371
                 Summary|update cannot replace svn:external with versioned item
               Component|subversion
                 Version|all
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|libsvn_wc
             Assigned to|issues@subversion
             Reported by|philip






------- Additional comments from philip@tigris.org Tue Jul 26 15:56:36 -0700 2005 -------
An update that replaces an svn:externals directory with a versioned item will
fail.  The problem is that svn:externals processing is delayed until after the
"normal" update processing is complete, so the svn:externals directory does not
get deleted before the attempt to add the versioned item.

svnadmin create repo
svn mkdir -m "" file://`pwd`/repo/foo
svn mkdir -m "" file://`pwd`/repo/foo/bar
svn mkdir -m "" file://`pwd`/repo/bar
svn rm -m "" file://`pwd`/repo/foo/bar
svn co file://`pwd`/repo/foo wc
svn ps svn:externals "bar file://`pwd`/repo/bar" wc
svn ci -m "" wc
svn up wc
svn up -r3 wc

../svn/subversion/libsvn_wc/update_editor.c:1046: (apr_err=155000)
svn: Failed to add directory 'wc/bar': object of the same name already exists

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@subversion.tigris.org
For additional commands, e-mail: issues-help@subversion.tigris.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic