[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: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-16 08:18:02 CEST

> Dear all,
>
> what is the right way to delete a subdirectory of a working copy?
>
> svn delete

only when specified as:

svn rm <url to directory in repository>

> removes the directory in the repository, right?
>
> rm -rf
>
> removes it locally. But then,

The same way you delete files locally:

svn rm <directory>

 
> svn commit
>
> reports problems.
>
> Is there any solution besides manually editing the .svn/entries?

You should *never* have to do that.

HTH,

Erik.

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/info
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 16 08:18:36 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.