From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: bitkeeper gone in 2 weeks - which RCS? Date: Thu, 16 Jun 2005 11:34:55 -0700 Message-ID: <42B1C64F.1080401@intel.com> References: None None Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050600090309040405020603" Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------050600090309040405020603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Ian Pratt wrote: >>>It's just annoying that it currently lacks renames >> >>I wonder how hard it would be to get these added. Guess I'll >>have to talk with Matt ;) > > > Because of the way we use renames when doing linux version upgrades it > would be really useful to get this added. > > BTW: We now run our own bkd because bkbits.net hasn't been very reliable > recently. the unstable tree is available as > bk://xenbits.xensource.com/xen-unstable.bk > If you don't want to use bk, the open source bk-client and sourcepuller > both work fine against it. I expect we'll continue to mirror stuff > through to BK regardless. > > Hopefully we'll get a hg mirror on xenbits.xensource.com soon as well. This patch may be useful :) -Arun --------------050600090309040405020603 Content-Type: text/plain; name="hg.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hg.patch" --- a/xen/Makefile Thu Jun 16 18:18:15 2005 +++ b/xen/Makefile Thu Jun 16 11:34:24 2005 @@ -77,7 +77,7 @@ -e 's/@@version@@/$(XEN_VERSION)/g' \ -e 's/@@subversion@@/$(XEN_SUBVERSION)/g' \ -e 's/@@extraversion@@/$(XEN_EXTRAVERSION)/g' \ - -e 's!@@changeset@@!$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)!g' \ + -e 's!@@changeset@@!$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || hg -q tip 2>/dev/null || echo information unavailable)!g' \ < include/xen/compile.h.in > $@.new @cat include/xen/banner.h >> $@.new @mv -f $@.new $@ --------------050600090309040405020603 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------050600090309040405020603--