Hi,
I want to create dump for my local svn repository , i m confusing which command is used for creating dump
Thanks
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.