Checkout Problem

Hi

I am experiencing some trouble trouble checking out the gnuradio stuff.
So far gnuradio-core, gr-usrp, gr-wxgui, gr-audio-portaudio,
gr-audio-jack, gr-howto-write-a-block have successfully checked out.
However the process breaks down with the following message:

svn: PROPFIND request failed on ‘/svn/usrp/trunk’
svn: PROPFIND of ‘/svn/usrp/trunk’: could not connect to server
(http://usrp.svnrepository.com)
FAILED: svn co http://usrp.svnrepository.com/svn/usrp/trunk usrp
Traceback (most recent call last):
File “./checkout”, line 142, in ?
main ()
File “./checkout”, line 138, in main
checkout (options.anon, options.user, options.exclude,
options.include, options.options)
File “./checkout”, line 90, in checkout
do_svn_checkout(repository, module)
File “./checkout”, line 63, in do_svn_checkout
doit(cmd)
File “./checkout”, line 69, in doit
raise RuntimeError
RuntimeError

It seems there is only a problem when it’s time to get USRP stuff via
svn. I just recently installed subversion, so perhaps some of my
settings are wrong. I have absolutely no idea where to look though. I
would appreciate it if someone could help me out…

Regards

Lance