From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: access to Xen control tools CVS Date: Fri, 13 May 2005 12:55:30 +0100 Message-ID: <428495B2.2050500@hp.com> References: <1115980644.4478.3.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1115980644.4478.3.camel@localhost> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Harry Butterworth Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Harry Butterworth wrote: > Mike, I tried the wiki instructions to get access to your cvs repository > but they didn't work: > > harry@vaughan:~/Xen/Wray$ export CVS_RSH="/usr/bin/ssh" > harry@vaughan:~/Xen/Wray$ export > CVS_ROOT=":ext:anoncvs@gandalf.hpl.hp.com" Nuts. I left :/var/cvs off the end. Will update the wiki. Should be: CVS_ROOT=":ext:anoncvs@gandalf.hpl.hp.com:/var/cvs" > harry@vaughan:~/Xen/Wray$ cvs co -c > cvs checkout: No CVSROOT specified! Please use the `-d' option > cvs [checkout aborted]: or set the CVSROOT environment variable. > harry@vaughan:~/Xen/Wray$ export > CVSROOT=":ext:anoncvs@gandalf.hpl.hp.com" > harry@vaughan:~/Xen/Wray$ cvs co -c > cvs checkout: CVSROOT requires a path spec: > cvs checkout: :(gserver|kserver| > pserver):[[user][:password]@]host[:[port]]/path > cvs checkout: [:(ext|server):][[user]@]host[:]/path > cvs [checkout aborted]: Bad CVSROOT: `:ext:anoncvs@gandalf.hpl.hp.com'. > harry@vaughan:~/Xen/Wray$ export > CVSROOT=":ext:anoncvs@gandalf.hpl.hp.com/" > harry@vaughan:~/Xen/Wray$ cvs co -c > Password: > Cannot access //CVSROOT > No such file or directory > harry@vaughan:~/Xen/Wray$ > > Looks like I'm missing the path to your repository. What is it? > Mike