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

Re: Deleting a folder within a project in the Repo

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-10 22:37:06 CET

On Feb 10, 2006, at 20:35, Res Pons wrote:

> Is it ok to delete a subfolder via Tortoise? I just did before
> asking. It was not an important folder and a developer asked me to
> delete because he wants to recreate and recheck it in from
> scratch. What other steps do I need to do?

Of course it's ok. If you want to delete a directory or file from the
repository, then delete it, stating in your commit message why you
did so. Note that the item is of course still available in the
history of the repository; that's the point of a repository—to keep
all changes forever.

If you're asking if there's a way to permanently delete an item from
the repository, so that it cannot be retrieved, then that involves
significant extra effort. Such effort is usually only worthwhile if
the item contains confidential information which nobody should be
able to see, or perhaps if someone inadvertently added a huge amount
of data and you're short on disk space. The relevant info is here:

http://subversion.tigris.org/faq.html#removal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 10 22:41:36 2006

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.