All of lore.kernel.org
 help / color / mirror / Atom feed
* access to Xen control tools CVS
@ 2005-05-13 10:37 Harry Butterworth
  2005-05-13 11:55 ` Mike Wray
  0 siblings, 1 reply; 6+ messages in thread
From: Harry Butterworth @ 2005-05-13 10:37 UTC (permalink / raw)
  To: mike.wray; +Cc: xen-devel

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: access to Xen control tools CVS
  2005-05-13 10:37 access to Xen control tools CVS Harry Butterworth
@ 2005-05-13 11:55 ` Mike Wray
  2005-05-13 13:35   ` Harry Butterworth
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Wray @ 2005-05-13 11:55 UTC (permalink / raw)
  To: Harry Butterworth; +Cc: xen-devel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: access to Xen control tools CVS
  2005-05-13 11:55 ` Mike Wray
@ 2005-05-13 13:35   ` Harry Butterworth
  2005-05-13 15:13     ` Mike Wray
  0 siblings, 1 reply; 6+ messages in thread
From: Harry Butterworth @ 2005-05-13 13:35 UTC (permalink / raw)
  To: Mike Wray; +Cc: xen-devel

For me, it needs to be CVSROOT and not CVS_ROOT.  Why is the wiki page
immutable? I could have fixed that.

Harry.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: access to Xen control tools CVS
  2005-05-13 13:35   ` Harry Butterworth
@ 2005-05-13 15:13     ` Mike Wray
  2005-05-13 17:20       ` Daniel Stekloff
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Wray @ 2005-05-13 15:13 UTC (permalink / raw)
  To: Harry Butterworth; +Cc: xen-devel

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.

Mike

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: access to Xen control tools CVS
  2005-05-13 15:13     ` Mike Wray
@ 2005-05-13 17:20       ` Daniel Stekloff
  2005-05-13 18:28         ` Mike Wray
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Stekloff @ 2005-05-13 17:20 UTC (permalink / raw)
  To: Mike Wray; +Cc: Harry Butterworth, xen-devel

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?

Thanks,

Dan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: access to Xen control tools CVS
  2005-05-13 17:20       ` Daniel Stekloff
@ 2005-05-13 18:28         ` Mike Wray
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Wray @ 2005-05-13 18:28 UTC (permalink / raw)
  To: Daniel Stekloff; +Cc: Harry Butterworth, xen-devel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-05-13 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-13 10:37 access to Xen control tools CVS Harry Butterworth
2005-05-13 11:55 ` Mike Wray
2005-05-13 13:35   ` Harry Butterworth
2005-05-13 15:13     ` Mike Wray
2005-05-13 17:20       ` Daniel Stekloff
2005-05-13 18:28         ` Mike Wray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.