The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a local svn dump?

Nageswarara Rao
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events