Subversion on-the-fly replication
by normanmaurer
- 24,733 views
Accessibility
Categories
Upload Details
Uploaded via SlideShare as Microsoft PowerPoint
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 21
- Downloads
- 493
- Comments
- 5
- Embed Views
- Views on SlideShare
- 24,565
- Total Views
- 24,733
http://planet.admon.org/synchronize-subversion-repositories-with-inotify-tools/ 1 year ago
/path/to/svnsync copy-revprops --source-username=svnsync --sync- svnsync username=svnsync http:///repos/proxy-sync $REV 2 years ago
also, since you initiate the sync FROM the master server (ultimately in the post-commit), i find it's best to not force my sync-outs to use apache. that is:
instead of:
svnsync --sync-username syncuser --sync-password syncpassword --source-username specialsourceuser --source-password init http://slaveserver/svn-sync/reponame http://masterserver/svn/reponame
i can simply push from file:
svnsync --sync-username syncuser --sync-password syncpassword init http://slaveserver/svn-sync/reponame file:///path/to/repo
[on a windows server that file path looks like file:///C:/whatever/ versus linux which is like file:///rootfolder/path] 3 years ago