|
Boost Testing : |
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-08-15 08:54:48
On Aug 15, 2007, at 6:35 AM, Markus Schöpflin wrote:
> Hello,
>
> I'm in to process to convert my boost regression test runner for Tru64
> to use the new SVN repository, but I'm having troubles accessing the
> repository.
>
> Up to now I have used CVS/SSH to access the boost repository through
> our company firewall.
>
> Now I'm facing the problem that the recommended substitute for SVN
>
> svn co svn+ssh://svn.boost.org/svn/boost/trunk boost
Use:
svn co http://svn.boost.org/svn/boost/trunk boost
More information is available at:
http://svn.boost.org/trac/boost/wiki/BoostSubversion
Where did you see the "svn+ssh" bit? You aren't the first person to
have tried this, so I'm wondering if something is incorrectly
documented on one of Boost's web pages...
- Doug