svn - How to checkout latest stable Boost (not development or bleeding edge)? -


according boost subversion repository, can checkout boost's bleeding edge development svn co http://svn.boost.org/svn/boost/trunk boost-trunk.

i'm interested in checking out latest stable version because need bcp (bcp not part of boost downloads). believe latest version of boost version 1.55.0, there's no "xxx_1_55" in trunk, tags or branches in repository (where xxx presumably something, "release").

how checkout latest stable boost?

thanks in advance.

it seems releases found under tags/releases not trunk. svn list http://svn.boost.org/svn/boost/tags/release verify release interested there.

this described @ development , release practices, indicates urls final releases in form http://svn.boost.org/svn/boost/tags/releases/xxx, xxx revision 1_54_0.

the checkout command similar to:

$ svn co http://svn.boost.org/svn/boost/tags/release/boost_1_55_0 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -