Does any faster centralized version control than SVN exists?
        Posted  
        
            by Savageman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Savageman
        
        
        
        Published on 2010-04-17T23:37:47Z
        Indexed on 
            2010/04/17
            23:43 UTC
        
        
        Read the original article
        Hit count: 322
        
Hello,
I've been using SVN since a long time and now we're trying on Git. I'm not talking on the centralized / decentralized debate here. My only concern is speed.
The latter tool is much faster. But sometimes, I NEED to work with a centralized approach, which is much more simple and less complex than the decentralized one. The learning curve is really fast, which saves a lot of time (while digging into decentralized would lead to a waste of time, given the learning curve is much longer and we encounter more problem when working with it).
However, SVN is really slow compared to GIT, and I don't think it has anything to do with the centralized argument. Decentralized systems also have to deal with server connections and file transfert. So I can easilly imagine a faster implementation of centralized version control could exists.
Does someone has any clue on this?
© Stack Overflow or respective owner