[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 20 Jan 2011 18:56:21 +0200

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)
Received on 2011-01-20 18:00:32 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.