如何检出最新的稳定升压(未开发或前沿)? [英] How to checkout latest stable Boost (not development or bleeding edge)?

查看:250
本文介绍了如何检出最新的稳定升压(未开发或前沿)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据提升Subversion库,我可以检出Boost的前沿与发展 SVN共同http://svn.boost.org/svn/boost/trunk提高干线

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.

我感兴趣的检查出最新的稳定版本,因为我需要的 BCP BCP 不是加速下载的一部分)。我相信升压的最新版本是1.55.0版本,但没有XXX_1_55在主干标记分支在资源库中​​(其中XXX将presumably的东西,比如释放)。

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?

在此先感谢。

推荐答案

看来这个版本可在标记/版本发现不是主干。你可以做 SVN列表http://svn.boost.org/svn/boost/tags/release 来验证释放你有兴趣在这里。

It seems that the releases are found under tags/releases not trunk. You could do svn list http://svn.boost.org/svn/boost/tags/release to verify the release you are interested is there.

这是在开发和发布规范,它表示的URL描述最终版本的形式为 http://svn.boost.org/svn/升压/标签/发行/ XXX ,其中xxx是像1_54_0修订。

This is described at Development and Release Practices, where it indicates the URLs for final releases are in the form http://svn.boost.org/svn/boost/tags/releases/xxx, where xxx is a revision like 1_54_0.

checkout命令将类似于:

The checkout command would be similar to:

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

这篇关于如何检出最新的稳定升压(未开发或前沿)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆