Date: Thu, 31 Jan 2008 10:25:54 +0100 From: "Heiko Wundram (Beenic)" <wundram@beenic.net> To: freebsd-hackers@freebsd.org Cc: Adrian Penisoara <ady@freebsd.ady.ro>, "Aryeh M. Friedman" <aryeh.friedman@gmail.com>, Julian Elischer <julian@elischer.org> Subject: Re: [OT] Q: what would you choose for a VCS today Message-ID: <200801311025.55412.wundram@beenic.net> In-Reply-To: <47A18EDA.4040501@elischer.org> References: <78cb3d3f0801302245v2183c613t6ecdd9acebbe9ef7@mail.gmail.com> <47A1700B.3090406@gmail.com> <47A18EDA.4040501@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Donnerstag, 31. Januar 2008 10:03:22 schrieb Julian Elischer: > I'm having to use mercurial. > I'm not really enjoying it. > works ok for small projects. BSD is a bit big for it. > doe work foe offline editing, but loses all your BSD history. We're using mercurial pretty much for all of our (100,000+ SLOC) repositories, and I cannot agree that it's only appropriate for small projects. As mercurial is a distributed RCS, the hard part in using it is you have to impose some policies, esp. related to merging changes back into a "central" repository, which aren't required for "centralized" systems like CVS and subversion, but from my view, the added benefit for a developer in using a distributed revision control system is well worth the extra effort in writing (and thinking) up the policies once. mercurial (at least by default) doesn't allow you to create remote branches anyway (in pushing back changes to the central store), so the policies you might have are effectly enforced by the system anyway. YMMV, of course, and mercurial has its defects (primary checkout/cloning of a large repository from a central store takes ages, at least over a slow link, the last time I had to do this [but I don't know if any progress has been made there]), but for me, it's been working fine for the daily needs I have as a developer. -- Heiko Wundram Product & Application Development
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801311025.55412.wundram>