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

RE: Delete repository

From: <bmanuel_at_kroger.com>
Date: 2004-05-04 19:43:47 CEST

I thought I could just remove the directory, but was not sure. Thanks.

Bill Manuel
Sun Certified Web Component Developer
Manufacturing Systems
The Kroger Co.
(513) 762-1283
bmanuel@Kroger.com

                                                                           
             "Jeff Cave"
             <jeff.cave@sunerg
             on.com> To
                                       <bmanuel@kroger.com>,
             05/04/2004 01:36 <users@subversion.tigris.org>
             PM cc
                                                                           
                                                                   Subject
                                       RE: Delete repository
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           

Assuming you want to get rid of it forever, no turning back:

Repo location: c:\svn\repo1
               /svn/repo1

windows: rmdir c:\svn\repo1
   unix: rm -r /svn/repo1

;)

Its just a matter of deleting the berkley database that contains it.

Of course if you want to back it up, there are some other things you may
want to do first.

-----Original Message-----
From: bmanuel@kroger.com
Sent: Tuesday, May 04, 2004 11:30 AM

How do I delete a repository? I am trying to do some testing and would
like to delete the repository, but I don't see a command to do it.

Thanks

Bill Manuel
Sun Certified Web Component Developer
Manufacturing Systems
The Kroger Co.
(513) 762-1283
bmanuel<removethistoemail>@kroger.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 4 19:45:46 2004

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.