LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   SVN Master and slave configuration (https://www.linuxquestions.org/questions/linux-server-73/svn-master-and-slave-configuration-732373/)

johhn 06-11-2009 11:50 PM

SVN Master and slave configuration
 
Hi


I have configured SVN server in windows xp machine with Visual SVN application.I have created two repositories. Test and Test1. The server IP address is 192.168.1.10. This is configured with https also. I can able to view the repositories anywhere using the browser within the LAN

I have also configured one more SVN server in Fedora v8. The path for SVN repository is /svnrepos.

In this Machine also I have configured http server . (mod_dav_svn ) . I can able to view null repositories when I give http://localhost/repos/svnrepos/

This machine has the ip address 192.168.1.20

Now all the codelines and files are updated in the Win xp machine (192.168.1.10)

I wish to make the communication between the two machines as slave svn server and master svn server.

I would like to make the winxp as master and fedora as slave svn server. All the codelines which are update in 192.168.1.10 should automatically replicate to 192.168.1.20 machine's repositories also. How can I do this setup in SVN . Is there a possibilty to do that. PLZ help me..

Thanks


All times are GMT -5. The time now is 08:12 AM.