From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Butterworth Subject: access to Xen control tools CVS Date: Fri, 13 May 2005 11:37:23 +0100 Message-ID: <1115980644.4478.3.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: mike.wray@hp.com Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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" 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? Thanks, Harry.