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

Re: How to delete a project???

From: <kynn_at_panix.com>
Date: 2005-10-01 16:12:47 CEST

   X-Original-To: kynn@panix.com
   Mailing-List: contact users-help@subversion.tigris.org; run by ezmlm
   X-No-Archive: yes
   From: THOMAS DAVID VAUGHAN <tom@vaughan.to>
   Cc: users@subversion.tigris.org
   Date: Fri, 30 Sep 2005 14:30:53 -0700

>
> > Alternatively, how can one copy all the information from a repository
> > *except* the stuff associated with a specific project?
>
> could you elaborate on "information" and "stuff" more please.
>
> Basically, I created a project by mistake; I want to return the
> repository to the state it was before creating this project. I.e.,
> I'm looking for the svn equivalent of "undo" or "rollback".

   Well this is intentionally hard. I think to do this you'll have to
   "dump" the repository using "svnadmin", delete the revisions you don't
   want, and then "load" back in. Any other way will just create additional
   revisions in the repository.

   http://svnbook.red-bean.com/en/1.1/re31.html
   http://svnbook.red-bean.com/en/1.1/re36.html

Thanks, this did the trick.

kj

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 1 16:14:39 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.