Re: svn update or rsync - which is best to update live files
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Sat, 26 Feb 2011 17:39:09 -0600
On Feb 26, 2011, at 17:26, Blair Zajac wrote:
> On Feb 26, 2011, at 2:47 PM, Ryan Schmidt wrote:
Heck, there's even the problem of the web app changing between requests. What if you log into the web app when it is at version A, and then update to version B which introduces changes in the login procedure which cause additional data to be stored in the session with the login? Users who already logged into the app with version A will now be running around version B of the app without this additional information in their session, until they log out and back in.
There's tons of "what if" scenarios that should be considered. In our case, we decided that we did not want the app's files on the server in an inconsistent state for the possibly minutes it could take to run an "svn up". We decided that the millisecond it takes to delete a symlink and create a new one was a much more acceptable situation for us. YMMV.
|
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.