Does a Distributed Version Control System really have no centralised repository?

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-03-19T09:39:05Z Indexed on 2010/03/19 9:41 UTC
Read the original article Hit count: 140

Filed under:
|

It might seem a silly question, but how do you get a working drectory set up without a server to check out from? And how does a business keep a safe backed up copy of the repo?

I assume then there must be a central repo... but then how exactly is it 'distributed'? I always thought of a server-client (SVN) Vs peer-2-peer (GIT) distinction, but I don't believe that can be correct unless tools like GIT are dependent on torrent-style technology?

© Stack Overflow or respective owner

Related posts about dvcs

Related posts about version-control