X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Mon, 7 Apr 2014 13:37:22 -0400 Message-Id: <201404071737.s37HbMlF004988@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <20140407093224.2ec7a38e@philo> (me@psmay.com) Subject: Re: [geda-user] gedasymbols on CVS References: <20140407093224 DOT 2ec7a38e AT philo> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk The general answer is: cvs is easy for me. The slightly longer answer is: everyone wants their favorite source control system, typically git, but I've not found any that work as well as cvs for this particular purpose. In cvs, for example, you can check out just your part of gedasymbols. With git, you have to check out all 63 Mb of gedasymbols. The only two cvs commands you really need to know are add and commit anyway.