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

Re: Corret deletion of subdirectories of working copies?

From: Marc Haisenko <haisenko_at_webport.de>
Date: 2004-04-16 11:00:18 CEST

On Friday 16 April 2004 08:13, Lukas Ruf wrote:
> Dear all,
>
> what is the right way to delete a subdirectory of a working copy?
>
> svn delete
>
> removes the directory in the repository, right?
>
> rm -rf
>
> removes it locally. But then,
>
> svn commit
>
> reports problems.

You don't have to do the "rm -rf"... just do a "svn commit" after "svn rm".
The "svn commit" will then remove the directories. AFAIK that's so you can
undo the "svn rm" via "svn revert".

> Is there any solution besides manually editing the .svn/entries?
>
> Thanks!
>
> wbr,
> Lukas

C'ya,
        Marc

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko@webport.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 16 10:54:21 2004

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.