Dear All, It must be a pretty common requirement. I have an svn repository having around 1GB data size. To backup I first do a hotcopy into a directory at 12:00AM and then at 1:00 AM, a remote machines pulls this backup using rsync.The source machine on which the svn is installed has rsyncd and is a windows machine.
So, everything is working fine, just that everyday there is too much data transfer. Even if there is a single commit of few bytes. It transfers more 100 MB of files. My guess is the svn is renaming the files too frequently.
So, what should I do in such a case?
Is there any option in rsync which can just detect the change based on content rather than file names? Or is there any option in svn with which it would not do so many renames? As far I remember, there were two kind of Database options. Perhaps I am using fsfs.
Any ideas? Regards, Sandeep Giri