How to empty a project created by svnadmin create /svnroot ?

Posted by apache on Server Fault See other posts from Server Fault or by apache
Published on 2010-06-05T06:48:53Z Indexed on 2010/06/05 6:53 UTC
Read the original article Hit count: 184

Filed under:
|

I want to clear all files checked into the repository /svnroot

Is there a way to do this?

I don't find a possible command to do this:

[secret@vps303 ~]# svnadmin --help
general usage: svnadmin SUBCOMMAND REPOS_PATH  [ARGS & OPTIONS ...]
Type 'svnadmin help <subcommand>' for help on a specific subcommand.
Type 'svnadmin --version' to see the program version and FS modules.

Available subcommands:
   crashtest
   create
   deltify
   dump
   help (?, h)
   hotcopy
   list-dblogs
   list-unused-dblogs
   load
   lslocks
   lstxns
   pack
   recover
   rmlocks
   rmtxns
   setlog
   setrevprop
   setuuid
   upgrade
   verify

© Server Fault or respective owner

Related posts about svn

Related posts about svnserve