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

Re: Feature Request: retain local working copy upon svn delete

From: Saulius Grazulis <grazulis_at_akl.lt>
Date: 2005-04-11 07:50:15 CEST

On Monday 11 April 2005 02:03, John Doe wrote:

> This is a feature request to add a switch to svn delete (something like
> --retainlocal) so that a repository deletion can be scheduled, while
> keeping the local file or directory. e.g.
>
> svn delete --retainlocal some_directory
> svn commit

Can't we do this with a regular Unix commands?

mv some_directory some_directory_retain
svn delete some_directory
svn commit
# and, if you want the old name:
mv some_directory_retain some_directory

-- 
Saulius Gražulis
Visuomeninė organizacija "Atviras Kodas Lietuvai"
P.Vileišio g. 18
LT-10306 Vilnius
Lietuva (Lithuania)
tel/fax:      (+370-5)-210 40 05
mobilus:      (+370-684)-49802, (+370-614)-36366
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 11 07:51:12 2005

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.