Deploy with rsync(or svn, git, cvs) and ignore inconsistent state during deployment?
        Posted  
        
            by zedoo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zedoo
        
        
        
        Published on 2010-04-02T10:13:47Z
        Indexed on 
            2010/04/02
            10:43 UTC
        
        
        Read the original article
        Hit count: 461
        
deployment
|rsync
We are currently talking about deploying a website via rsync. However, during rsyncing the application is left in an inconsistent state, as some files may already be synced while others still are left with the old version right? How do people deal with this issue? I guess the same problem exists when deploying via svn/git/cvs. Should I just close the site, rsync, and open up again? Or do people simply ignore this inconsistency problem?
© Stack Overflow or respective owner