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

Re: Deleting Empty BerkeleyDB Projects

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-09-01 20:00:52 CEST

On Sep 1, 2006, at 18:16, Rich Shepard wrote:

> When I run 'svn list file:///usr2/svn-repos/' I am shown four
> databases,
> only one of which actually contains the files for the project on
> which we're
> working.
>
> I've read the book, the FAQ, and searched the mail list archives
> without
> learning how I can delete the three unwanted projects from the
> repository.
>
> Is there a way to do this?

There is no such thing as a "project" in Subversion. It's all just
files and directories. If you want a file or directory to longer
appear in the HEAD of the repository, simply "svn delete" the URL to
the directory.

svn delete file:///usr2/svn-repos/unwanted1

etc.

Of course, as Jing Zhau said, these "deleted" directories are still
available in the repository's history, so it won't help you if your
goal is to reclaim disk space or expunge sensitive information.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 1 20:02:49 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.