X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <4FC40AE4.7060409@innocent.com> Date: Mon, 28 May 2012 19:31:48 -0400 From: Gus Fantanas User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: geda-user AT delorie DOT com CC: Rob Butts Subject: Re: [geda-user] Upgrade? Or not to upgrade? That is the question! References: <201205252102 DOT q4PL2H5J020733 AT envy DOT delorie DOT com> <201205252130 DOT q4PLUwP0020626 AT envy DOT delorie DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 05/25/2012 05:36 PM, Rob Butts wrote: > How do you git it (GIT)? Seriously, does it involve a lot of > linux/unix command knowledge? > Git is a very versatile version control system. Unfortunately, it is not backwards compatible with subversion or any of its predecessors, although there are packages which enable conversion from subversion to git. Git was developed by Linux Tovalds himself about eight years ago I think. Git found widespread use because it is very easy to create development branches with it. It is a good choice of a version-control system for gEDA (the best in my opinion) because gEDA's files are ASCII. The free e-book, also available in print from APress, is a good way to get started with git: http://git-scm.com/book Git also runs on Windows and, I think, Mac. Hope this helps.