LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   svn sync (https://www.linuxquestions.org/questions/linux-software-2/svn-sync-622836/)

myfoot 02-21-2008 12:12 PM

svn sync
 
Hello,



I need to sync two subversion repositories(svn).having different locations.(two different servers).but don,t want to sync repos conf and other any authentications folders between these repos.Please advise me.



Thanks

weisso5 02-21-2008 01:03 PM

The best way to accomplish that task is not with svnsync but with svnadmin dump, svndumpfilter, and svnadmin import.

Here are a few links with hints, examples, and code:

http://msmvps.com/blogs/rexiology/ar.../03/93203.aspx

http://svnbook.red-bean.com/nightly/....svndumpfilter

http://allmybrain.com/2007/10/15/usi...vn-repository/


This way you will maintain all your revisions and also have a backup. This will also give you a chance to re-organize things, if you want too.

If you need any more help, i have moved a lot of repo's before, so feel free to post.

-weisso


All times are GMT -5. The time now is 08:00 PM.