Re: svn update or rsync - which is best to update live files
From: Blair Zajac <blair_at_orcaware.com>
Date: Fri, 25 Feb 2011 11:53:55 -0800
On 2/25/11 11:39 AM, Christopher D Haakinson wrote:
First, both svn and rsync do atomic replaces of the file, so you don't have to
There are tradeoffs.
- rsync will need to stat() each file in your working copy
rsync will have two times the stat()'s, one for the source and one for the
Probably for speed, your best bet is to time either.
In 1.7, I would definitely use svn, as the locking issue goes away.
Blair
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.