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

Re: deleting a project?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-11-29 19:34:41 CET

On 11/29/05, Mitchell Stone <sidhe@rocketmail.com> wrote:
> I have a subversion repository set up with multiple projects. There's one
> project that needs to be archived and deleted from the server - no further
> development is being done on it. I know I can delete all the files from my
> local copy, then do a commit, but that doesn't clear off the historical files
> from the svn database. I know svn is designed not to loose any historical
> data, but we need to free up the space on the server. Is there a way to do
> this safely without affecting the other projects?

Not easily. You can do a svnadmin dump, then mess with the dumpfile,
and then reload the repository, but it's probably easier to just
delete the project from HEAD and move on with your life, unless you
have a particularly good reason to get rid of the history (i.e. you
aren't allowed to keep it for legal reasons, or something like that).

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 29 19:41:13 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.