Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 15:49:12 -0400
From:      Anton Yuzhaninov <citrin+bsd@citrin.ru>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: cvs
Message-ID:  <0c1654bc-5398-3a88-556d-ce90e761cb44@citrin.ru>
In-Reply-To: <1A870E64-1FD1-4B4F-BDD4-D104DA79D488@mail.sermon-archive.info>
References:  <6470061F-3127-4CD8-BB14-EB46D46B0BF1@mail.sermon-archive.info> <23c8bfcb-5112-accb-6607-3448104d5a0f@holgerdanske.com> <17E1B6D8-4BC6-4698-8E5C-7EFF7CD7E31F@mail.sermon-archive.info> <alpine.BSF.2.20.1609290653420.7457@wonkity.com> <1A870E64-1FD1-4B4F-BDD4-D104DA79D488@mail.sermon-archive.info>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2016-09-29 15:31, Doug Hardie wrote:
> I looked through that.  Subversion is a more complicated system.  There is only one developer (me) so I don't really want to make this into more than I need.

I case of single developer it is more easy to use git or mercurial.

Subversion is better suited for corporate environment (or for opensource 
projects with centralized development model).

I prefer Mercurial because it simpler to use (thought not as feature 
rich as git).

Just run
$ hg init
in local directory and you already can start to work with local repo.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0c1654bc-5398-3a88-556d-ce90e761cb44>