[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Letters at beginnings of columns of svn output

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 20 Jan 2011 20:41:23 +0100

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.
Received on 2011-01-20 20:42:08 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.