<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Alex's Adventures on the Infobahn - vcs</title><link href="https://www.bennee.com/~alex/" rel="alternate"></link><link href="https://www.bennee.com/~alex/blog/tag/vcs/feed" rel="self"></link><id>https://www.bennee.com/~alex/</id><updated>2009-06-09T10:17:00+01:00</updated><subtitle>the wanderings of a supposed digital native</subtitle><entry><title>Distributed VCS</title><link href="https://www.bennee.com/~alex/blog/2009/06/09/distributed-vcs/" rel="alternate"></link><published>2009-06-09T10:17:00+01:00</published><updated>2009-06-09T10:17:00+01:00</updated><author><name>alex</name></author><id>tag:www.bennee.com,2009-06-09:/~alex/blog/2009/06/09/distributed-vcs/</id><summary type="html">&lt;p&gt;I've mentioned distributed version control systems a few times. It was interesting note the advice that &lt;a class="reference external" href="http://savannah.nongnu.org/forum/forum.php?forum_id=5828"&gt;Savannah is giving&lt;/a&gt; about recovering from a recent disk crash. Both Git andMercurial based projects can restore from local repositories as they contain all the revision history within them. The centralised version control systems …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I've mentioned distributed version control systems a few times. It was interesting note the advice that &lt;a class="reference external" href="http://savannah.nongnu.org/forum/forum.php?forum_id=5828"&gt;Savannah is giving&lt;/a&gt; about recovering from a recent disk crash. Both Git andMercurial based projects can restore from local repositories as they contain all the revision history within them. The centralised version control systems are relying explicit backups being made. History has proved that getting &lt;a class="reference external" href="http://it.slashdot.org/article.pl?sid=09/05/15/0138204"&gt;backups done right&lt;/a&gt; is harder &lt;a class="reference external" href="http://en.gentoo-wiki.com/wiki/Gentoo_Linux_Wiki:Backups"&gt;than it looks&lt;/a&gt;. If your running an open source project there is a lot to be said for having ever developer mirror you code for you. To slightly misquote Linus*: &lt;em&gt;&amp;quot;Only wimps use backup: _real_ men just upload their important stuff and let the rest of the world mirror it&amp;quot;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;* The &lt;a class="reference external" href="http://groups.google.com/group/linux.dev.kernel/msg/76ae734d543e396d?pli=1"&gt;original quote&lt;/a&gt; mentions tape and ftp which dates it a bit.&lt;/p&gt;
</content><category term="geek"></category><category term="development"></category><category term="git"></category><category term="linkedin"></category><category term="vcs"></category></entry></feed>