[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 16:24:21 +0100

On Thu, Jan 20, 2011 at 03:09:57PM +0100, Ulrich Eckhardt wrote:
> > For each merged item a line will be printed with characters reporting
> > the action taken. These characters have the following meaning:
> >
> > A Added
> > D Deleted
> > U Updated
> > C Conflict
> > G Merged
> > E Existed
> > R Replaced
>
>
> 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.

Stefan
Received on 2011-01-20 16:25:03 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.