From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: Re: access to Xen control tools CVS Date: Fri, 13 May 2005 19:28:17 +0100 Message-ID: <4284F1C1.5040706@hp.com> References: <1115980644.4478.3.camel@localhost> <428495B2.2050500@hp.com> <1115991321.4478.6.camel@localhost> <4284C403.1060608@hp.com> <1116004830.29920.7.camel@w-stekloff.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1116004830.29920.7.camel@w-stekloff.beaverton.ibm.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: Daniel Stekloff Cc: Harry Butterworth , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Daniel Stekloff wrote: > On Fri, 2005-05-13 at 16:13 +0100, Mike Wray wrote: > >>Harry Butterworth wrote: >> >>>For me, it needs to be CVSROOT and not CVS_ROOT. >> >>Another typo. Mixed up CVS_RSH and CVSROOT. >> >> >>>Why is the wiki page >>>immutable? I could have fixed that. >> >>Are you logged in? There's no reason it should be immutable, >>but you do need to log in to edit pages. > > > > > I have a potentially stupid question, should we update to the main trunk > of CVS or using the tags like: XEN_UNSTABLE_2005_05_11? Just update the main trunk. The tags are the import tags. You have to give 2 tags when you import code into CVS. I tagged the original import with the date to make it easier to do merges later. When tracking separate code you can then import onto a new tag and use the tags to indentify the things to merge. Mike