You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2011/02/19 15:56:26 UTC

Re: svn: E200009: Could not add all targets because some targets don't exist

Noorul Islam K M wrote on Sat, Feb 19, 2011 at 20:12:55 +0530:
> Daniel Shahaf <d....@daniel.shahaf.name> writes:
> 
> > [[[
> > % cd tools/client-side/
> > % touch foo
> > % $svn add * -q
> > svn: E200009: Could not add all targets because some targets don't exist
> > % 
> > ]]]
> >
> > The error message is wrong: the /real/ problem is that some targets
> > are already versioned, not that I did 'svn add fou'.
> 
> What about this generic error message 
> 
> svn: E200009: Could not add all targets because some targets failed.
> 

No strong opinion.  If we end up using the phrasing you suggest, it
would benefit from s/because.*//.

> Thanks and Regards
> Noorul