20100422

How to dump svn from Free SVN Host

1. Download rsvndump
$ wget [from sourceforge.net]
2. Install rsvndump
$ ./configure
(If getting error, install the missing package, some times like libsvn-dev or libapr1-dev, just some dev package)
$ make
$ make install

3. Dump the web to local dump file.
$ rsvndump https://opensvn.csie.org/xiaomao101/ > csie_xiaomao101.dumpfile
4. Create a new repository and load the dump file to it.
$ svnadmin create new_repo_dir
$ svnadmin load new_repo_dir <>

没有评论:

发表评论