From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: Xen repository Date: Wed, 25 May 2005 10:26:53 -0700 Message-ID: <4294B55D.4000103@intel.com> References: <20050523163831.GB5916@sharma-home.net> <2b6116b30505250142128e5514@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <2b6116b30505250142128e5514@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Nicholas Lee Cc: Ian Pratt , Xen-devel@lists.xensource.com, Jim Greer , "Ronald G. Minnich" List-Id: xen-devel@lists.xenproject.org Nicholas Lee wrote: > On 5/24/05, Arun Sharma wrote: > >>c) How do read-mostly users get their updates? > > >>c) CVS > > > Actually I think subversion is the better option. Basically a modern > version of cvs, but particularly it tracks directory MACs in revision > changesets. Personally, I'd be very happy if we use svn-1.x as a "better CVS". I suggested CVS mainly because it's more widely deployed and understood (although svn is increasingly taking over this space). Why would a read-mostly user need atomic commits? For changesets, something like mercurial would give more information, because it's able to represent branches and merges better. -Arun