qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] howto donwload cvs of qemu?
@ 2005-04-14 17:19 manouchk
  2005-04-14 17:34 ` Jim Provan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: manouchk @ 2005-04-14 17:19 UTC (permalink / raw)
  To: qemu-devel

Hi,

I cannot figure out how to download qemu cvs. Any help welcome!

I've tried so far :
cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/webcvs/qemu co qemu
cvs checkout: Updating qemu

nothing happened...

Emmanuel.

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

* Re: [Qemu-devel] howto donwload cvs of qemu?
  2005-04-14 17:19 [Qemu-devel] howto donwload cvs of qemu? manouchk
@ 2005-04-14 17:34 ` Jim Provan
  2005-04-14 17:35 ` Tero Kaarlela
  2005-04-14 18:39 ` jeebs
  2 siblings, 0 replies; 6+ messages in thread
From: Jim Provan @ 2005-04-14 17:34 UTC (permalink / raw)
  To: qemu-devel

Try

cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/qemu get qemu

Jim Provan


manouchk wrote:

>Hi,
>
>I cannot figure out how to download qemu cvs. Any help welcome!
>
>I've tried so far :
>cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/webcvs/qemu co qemu
>cvs checkout: Updating qemu
>
>nothing happened...
>
>Emmanuel.
>
>
>_______________________________________________
>Qemu-devel mailing list
>Qemu-devel@nongnu.org
>http://lists.nongnu.org/mailman/listinfo/qemu-devel
>  
>

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

* Re: [Qemu-devel] howto donwload cvs of qemu?
  2005-04-14 17:19 [Qemu-devel] howto donwload cvs of qemu? manouchk
  2005-04-14 17:34 ` Jim Provan
@ 2005-04-14 17:35 ` Tero Kaarlela
  2005-04-14 18:39 ` jeebs
  2 siblings, 0 replies; 6+ messages in thread
From: Tero Kaarlela @ 2005-04-14 17:35 UTC (permalink / raw)
  To: qemu-devel

manouchk wrote:

>Hi,
>
>I cannot figure out how to download qemu cvs. Any help welcome!
>
>I've tried so far :
>cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/webcvs/qemu co qemu
>cvs checkout: Updating qemu
>
>nothing happened...
>
>Emmanuel.
>
>http://savannah.nongnu.org/cvs/?group=qemu
>
Look there under anonymous cvs access.

Tero

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

* Re: [Qemu-devel] howto donwload cvs of qemu?
  2005-04-14 17:19 [Qemu-devel] howto donwload cvs of qemu? manouchk
  2005-04-14 17:34 ` Jim Provan
  2005-04-14 17:35 ` Tero Kaarlela
@ 2005-04-14 18:39 ` jeebs
  2005-04-14 20:58   ` Magnus Damm
  2005-04-14 21:48   ` manouchk
  2 siblings, 2 replies; 6+ messages in thread
From: jeebs @ 2005-04-14 18:39 UTC (permalink / raw)
  To: qemu-devel

>From: "manouchk"
> Hi,
> 
> I cannot figure out how to download qemu cvs. Any help welcome!
 

If you are using Windows, it can be a bit confusing to get cvs working right.  (That's true for Linux users, too.  But more so for Windows users since we rarely use cvs.)

Usually all you end up with some error message or an even more confusing 'help' message from the server or such.

Frankly, I've never found a nice, simple cvs program for windows that most people could use.  Usually there are so many extra options or such that it just causes more confusion for people who aren't already very familiar with the program.

Although there are instructions provided for accessing the cvs (Tero gave you the link), they aren't very good instructions and they assume you are already familiar with cvs.


Your best bet would be to just get the daily cvs from:

http://www.dad-answers.com/qemu/

A nice simple single archive for it.


> I've tried so far :
> cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/webcvs/qemu co qemu
> cvs checkout: Updating qemu
> 
> nothing happened...
> 
> Emmanuel.
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

* Re: [Qemu-devel] howto donwload cvs of qemu?
  2005-04-14 18:39 ` jeebs
@ 2005-04-14 20:58   ` Magnus Damm
  2005-04-14 21:48   ` manouchk
  1 sibling, 0 replies; 6+ messages in thread
From: Magnus Damm @ 2005-04-14 20:58 UTC (permalink / raw)
  To: qemu-devel

On 4/14/05, jeebs@yango.us <jeebs@yango.us> wrote: 
> Frankly, I've never found a nice, simple cvs program for windows that most people could use.  Usually there are so many extra options or such that it just causes more confusion for people who aren't already very familiar with the program.

http://www.tortoisecvs.org/

/ magnus

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

* Re: [Qemu-devel] howto donwload cvs of qemu?
  2005-04-14 18:39 ` jeebs
  2005-04-14 20:58   ` Magnus Damm
@ 2005-04-14 21:48   ` manouchk
  1 sibling, 0 replies; 6+ messages in thread
From: manouchk @ 2005-04-14 21:48 UTC (permalink / raw)
  To: qemu-devel

Le Jeudi 14 Avril 2005 15:39, jeebs@yango.us a écrit :
> >From: "manouchk"
> > Hi,
> >
> > I cannot figure out how to download qemu cvs. Any help welcome!
>
> If you are using Windows, it can be a bit confusing to get cvs working
> right.  (That's true for Linux users, too.  But more so for Windows users
> since we rarely use cvs.)
>
> Usually all you end up with some error message or an even more confusing
> 'help' message from the server or such.
>
> Frankly, I've never found a nice, simple cvs program for windows that most
> people could use.  Usually there are so many extra options or such that it
> just causes more confusion for people who aren't already very familiar with
> the program.
>
> Although there are instructions provided for accessing the cvs (Tero gave
> you the link), they aren't very good instructions and they assume you are
> already familiar with cvs.

Thank you for repost. I use linux and cvs work fine. i'm not totally familiar 
because I didn't read the manual of it but I have some general ideas of what 
it is...

> Your best bet would be to just get the daily cvs from:
>
> http://www.dad-answers.com/qemu/

works too!

> A nice simple single archive for it.
>
> > I've tried so far :
> > cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/webcvs/qemu co qemu
> > cvs checkout: Updating qemu
> >
> > nothing happened...
> >
> > Emmanuel.
> >
> >
> > _______________________________________________
> > Qemu-devel mailing list
> > Qemu-devel@nongnu.org
> > http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

end of thread, other threads:[~2005-04-14 21:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-14 17:19 [Qemu-devel] howto donwload cvs of qemu? manouchk
2005-04-14 17:34 ` Jim Provan
2005-04-14 17:35 ` Tero Kaarlela
2005-04-14 18:39 ` jeebs
2005-04-14 20:58   ` Magnus Damm
2005-04-14 21:48   ` manouchk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).