[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: <ed.wittmann_at_fiserv.com>
Date: 2006-02-23 20:46:01 CET

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]
Sent: Thursday, February 23, 2006 10:55 AM
To: users@subversion.tigris.org
Subject: Remove All From Repository Start Fresh

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 20:55:29 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.