From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: Xen repository Date: Mon, 23 May 2005 11:47:57 +0200 Message-ID: <20050523094756.GA10576@snarc.org> References: <200505212052.54035.mark.williamson@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <200505212052.54035.mark.williamson@cl.cam.ac.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mark Williamson Cc: Jim Greer , Ian Pratt , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sat, May 21, 2005 at 08:52:53PM +0100, Mark Williamson wrote: > Is there a plan for moving away from BK? Looks like git is going to be used > for Linux but since our codebase is much smaller, I'd think we could find > something more friendly without it having the same performance issues... git is not only about performance, but also reliability. that's why there's no fancy merge algorithm (yet) and each revisions got a full file instead of a delta (although some people are working on adding delta support) -- Vincent Hanquez