On Thu, Jan 20, 2011 at 06:56:21PM +0200, Daniel Shahaf wrote:
> Stefan Sperling wrote on Thu, Jan 20, 2011 at 16:24:21 +0100:
> > On Thu, Jan 20, 2011 at 03:09:57PM +0100, Ulrich Eckhardt wrote:
> > > What is "Existed"?
> > 
> > $ svn up
> > svn: Failed to add directory 'foo': an unversioned directory of the same 
> > name already exists
> > $ svn up --force
> > E    foo
> > Updated to revision 3.
> > $
> > 
> > This cannot happen during merge though, so the help text for merge
> > shouldn't be listing it.
> > 
> 
> What if a merge adds a file?
> 
> % svn cp ^/A ^/A2 -mm
> % svn mkdir ^/A2/B2 -mm
> % svn co ^/A ./
> % mkdir B2
> % svn merge ^/A2
> 
> (untested)

The only paths in the code where the corresponding notification
(svn_wc_notify_exists) is issued are in libsvn_wc/update_editor.c.

Reply via email to