According to Boost Subversion Repository, I can checkout Boost's bleeding edge development with svn co http://svn.boost.org/svn/boost/trunk boost-trunk
.
I'm interested in checking out the latest stable version because I need bcp
(bcp
is not part of the Boost downloads). I believe the latest version of Boost is Version 1.55.0, but there's no "XXX_1_55" in trunk
, tags
or branches
in the repository (where XXX would presumably be something, like "release").
How do I checkout the latest stable Boost?
Thanks in advance.