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

Re: [Issue 962] - remove and move should work for missing files and directories

From: Ich Selbst <ichselbst_at_gmx.ch>
Date: 2003-01-07 20:02:18 CET

> But these cases are still broken:
>
> 1. rm foo; svn rm foo
>
> status: works for file
> errors for dir ("directory not locked")
>
> 2. rm foo; svn mv foo bar
>
> status: errors for file ("path foo does not exist" - prolly
> the cp)
> errors for dir (same error)
>

don't forget the case:

mv foo bar; svn mv foo bar
??

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 7 20:03:52 2003

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

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