how to create a local svn dump?

Nageswarara Rao April 12, 2013

Hi,

I want to create dump for my local svn repository , i m confusing which command is used for creating dump

Thanks

1 answer

0 votes
LucasA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 12, 2013

Hi,

You can perfomr a SVNDUMP:

svnadmin dump file:///<path_to_your_repo> > svndump.dmp

or, if you want to compress it:

svnadmin dump file:///<path_to_your_repo> | gzip > svndump.dmp.gz

Lucas Lima

Suggest an answer

Log in or Sign up to answer