Partial clone with Git and Mercurial

In Git land you are talking about three different types of partial clones: shallow clones: I want history from revision point X onward. Use git clone –depth <n> <url> for that, but please remember that shallow clones are somewhat limited in interacting with other repositories. You would be able to generate patches and send them … Read more

Distributed Version Control Systems and the Enterprise – a Good mix? [closed]

I have just introduced a DVCS (Git in this case) in a large banking company, where Perforce, SVN or ClearCase was the centralized VCS of choices: I already knew of the challenges (see my previous answer “Can we finally move to DVCS in Corporate Software? Is SVN still a ‘must have’ for development?”) I have … Read more

tech