All of lore.kernel.org
 help / color / mirror / Atom feed
* CVS server down?
@ 2004-08-12 21:30 Lee Revell
  2004-08-13 19:05 ` Lee Revell
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Revell @ 2004-08-12 21:30 UTC (permalink / raw)
  To: alsa-devel

rlrevell@mindpipe:~/cvs/alsa$ cvs update
cvs [update aborted]: unrecognized auth response from
cvs.alsa-project.org: M PserverBackend::PserverBackend() Connect
(Connection refused)

Lee



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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

* Re: CVS server down?
  2004-08-12 21:30 CVS server down? Lee Revell
@ 2004-08-13 19:05 ` Lee Revell
  2004-08-13 19:22   ` James Courtier-Dutton
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Revell @ 2004-08-13 19:05 UTC (permalink / raw)
  To: alsa-devel; +Cc: perex

On Thu, 2004-08-12 at 17:30, Lee Revell wrote:
> rlrevell@mindpipe:~/cvs/alsa$ cvs update
> cvs [update aborted]: unrecognized auth response from
> cvs.alsa-project.org: M PserverBackend::PserverBackend() Connect
> (Connection refused)
> 

I am still getting the same error.  Has anonymous CVS access been
discontinued?  If so, can I submit my SSH key and get authenticated
access?

Lee



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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

* Re: CVS server down?
  2004-08-13 19:05 ` Lee Revell
@ 2004-08-13 19:22   ` James Courtier-Dutton
  2004-08-13 19:26     ` Lee Revell
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: James Courtier-Dutton @ 2004-08-13 19:22 UTC (permalink / raw)
  To: Lee Revell; +Cc: alsa-devel, perex

Lee Revell wrote:
> On Thu, 2004-08-12 at 17:30, Lee Revell wrote:
> 
>>rlrevell@mindpipe:~/cvs/alsa$ cvs update
>>cvs [update aborted]: unrecognized auth response from
>>cvs.alsa-project.org: M PserverBackend::PserverBackend() Connect
>>(Connection refused)
>>
> 
> 
> I am still getting the same error.  Has anonymous CVS access been
> discontinued?  If so, can I submit my SSH key and get authenticated
> access?
> 
> Lee
> 

Try:
cvs -q -f -z3 -d ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/alsa" 
co -P alsa-driver

cd alsa-driver

cvs -q -f -z3 -d ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/alsa" 
co -P alsa-kernel

cd ..



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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

* Re: CVS server down?
  2004-08-13 19:22   ` James Courtier-Dutton
@ 2004-08-13 19:26     ` Lee Revell
  2004-08-13 19:28     ` Lee Revell
  2004-08-15  8:01     ` Jaroslav Kysela
  2 siblings, 0 replies; 6+ messages in thread
From: Lee Revell @ 2004-08-13 19:26 UTC (permalink / raw)
  To: James Courtier-Dutton; +Cc: alsa-devel, perex

On Fri, 2004-08-13 at 15:22, James Courtier-Dutton wrote:
> > 
> 
> Try:
> cvs -q -f -z3 -d ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/alsa" 
> co -P alsa-driver
> 
> cd alsa-driver
> 
> cvs -q -f -z3 -d ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/alsa" 
> co -P alsa-kernel
> 
> cd ..
> 
> 

Same error.  I really think it's down.

Lee



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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

* Re: CVS server down?
  2004-08-13 19:22   ` James Courtier-Dutton
  2004-08-13 19:26     ` Lee Revell
@ 2004-08-13 19:28     ` Lee Revell
  2004-08-15  8:01     ` Jaroslav Kysela
  2 siblings, 0 replies; 6+ messages in thread
From: Lee Revell @ 2004-08-13 19:28 UTC (permalink / raw)
  To: James Courtier-Dutton; +Cc: alsa-devel, perex

Never mind, it's a known problem:

http://sourceforge.net/docman/display_doc.php?docid=2352&group_id=1

Lee



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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

* Re: CVS server down?
  2004-08-13 19:22   ` James Courtier-Dutton
  2004-08-13 19:26     ` Lee Revell
  2004-08-13 19:28     ` Lee Revell
@ 2004-08-15  8:01     ` Jaroslav Kysela
  2 siblings, 0 replies; 6+ messages in thread
From: Jaroslav Kysela @ 2004-08-15  8:01 UTC (permalink / raw)
  To: James Courtier-Dutton; +Cc: Lee Revell, alsa-devel

On Fri, 13 Aug 2004, James Courtier-Dutton wrote:

> Try:
> cvs -q -f -z3 -d ":pserver:anonymous:@cvs.sourceforge.net:/cvsroot/alsa" 
> co -P alsa-driver

It's not necessary:

cvs.alsa-project.org.   3600    IN      CNAME   cvs.sourceforge.net.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

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

end of thread, other threads:[~2004-08-15  8:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-12 21:30 CVS server down? Lee Revell
2004-08-13 19:05 ` Lee Revell
2004-08-13 19:22   ` James Courtier-Dutton
2004-08-13 19:26     ` Lee Revell
2004-08-13 19:28     ` Lee Revell
2004-08-15  8:01     ` Jaroslav Kysela

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.