|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-08-07 13:27:42
On Aug 7, 2007, at 10:11 AM, Victor A. Wagner Jr. wrote:
> Hi guys, I need access to svn so I can restart my regression testing.
> nothing was downloding a .tar.bz2 thing, the other failed:
> # Executing SVN command "svn --non-interactive --username= co
> https://svn.boost.org/svn/boost/trunk boost"
> svn: PROPFIND request failed on '/svn/boost/trunk'
> svn: PROPFIND of '/svn/boost/trunk': authorization failed
I had this same problem. I'm guessing you're behind a firewall. I
had to put this into my .subversion/servers file.
[groups]
boost = svn.boost.org
[boost]
http-proxy-host = proxy.sandia.gov
http-proxy-port = 80
Perhaps something like this work for you (these are my settings).
-- Noel