cvs
Anton Yuzhaninov
citrin+bsd at citrin.ru
Fri Sep 30 19:49:28 UTC 2016
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.
More information about the freebsd-questions
mailing list