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