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

Re: How can I delete a repository? Just 'rm *'?

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-08-12 12:47:52 CEST

On Mon, Aug 11, 2003 at 10:21:00PM +0200, Kay Abendroth wrote:
> No, I want to recreate the repository with 'svnadmin create
> ...Project1', 'svnadmin create ...Project2' to avoid revision number
[snip]

You might be able to keep your history by using svnadmin dump,
svndumpfilter and svnadmin load. svndumpfilter can be used to filter
out certain paths in the dump file, so you could use it to convert your
dump file into only Project1 related stuff and load that into a new
repository. Then do the same for the other projects. This may be
complicated depending on how your current repository is structured,
though.

I think there will be gaps in the revisions, though.

[snip]
> "Clean" means to me, that after this 'rm' nothing will be left from my
> "old" repository, as I wouldn't have created it. So my question was in
> particular, if Subversion stores repository information at an other
> location, too.

Well, Subversion doesn't keep any information about the repository
anywhere else, except in the working copy. But you could have
references to the old repository in your httpd.conf, which you would,
obviously, need to fix.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 12 12:48:56 2003

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.