Problems with repository gr-video-sdl

Hi there,

when I try to download the gr-video-sdl module with:
cvs -z3 -d:pserver:[email protected]:/sources/gnuradio co
-P
gr-video-sdl

I get the following error:

cvs checkout: in directory .:
cvs [checkout aborted]: PANIC administration files missing

Could someone help me?

Thanks,

Augusto Pedroza wrote:

Hi there,

when I try to download the gr-video-sdl module with:
cvs -z3 -d:pserver:[email protected]:/sources/gnuradio co -P
gr-video-sdl

I get the following error:

cvs checkout: in directory .:
cvs [checkout aborted]: PANIC administration files missing
Could this be the case:
Initial cvs checkout fails with the message: cvs [checkout aborted]:
PANIC administration files missing

You cannot create a cvs tree under a directory named "CVS". This is 

a feature/bug of cvs. cvs expects to find certain administration files
under the CVS directory and will complain if they are missing.

I found this on:
http://developer.mozilla.org/en/docs/Mozilla_Build_FAQ

greetings,
Martin

But I downloaded all the other modules with this command, this is the
only
one that I got this problem!

Thanks,
Augusto Pedroza

On Fri, Jun 16, 2006 at 10:39:23AM -0300, Augusto Pedroza wrote:

Could someone help me?

Thanks,

I just tried it and it worked for me. I was in /tmp

Eric