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

RE: Remove All From Repository Start Fresh

From: Henderson, Michael D <michael.d.henderson_at_lmco.com>
Date: 2006-02-23 21:02:03 CET

Would it be possible to create a repository as a baseline (including the
users, authorization and hooks) and then check that into a different
repository? Then a cd /path/ && rm -rf repos followed by a checkout
would set everything back up, right?
 
Thanks,
Mike

Congratulations to the class of 1999. You all proved more or less
adequate.
        - Principal Snyder

-----Original Message-----
From: ed.wittmann@fiserv.com [mailto:ed.wittmann@fiserv.com]

cd /path/to/<repository> (or cd \path\to\<repository>)
 
rm -rf ./<repository> (or del /s/q <repository>)
 
svnadmin create <repository>
 
note: you will lose all files and versions in the removed repository,
and any customized hooks.
 

  _____

From: Scott Purcell [mailto:spurcell@vertisinc.com]

Hello,

 

Newbie, been playing around with the PDF book. I have screwed around
with the repository, and would like to start-fresh today.

 

Is there a section in the book, where this is explained?

 

Thanks,
Received on Thu Feb 23 21:08:10 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.