- 论坛徽章:
- 0
|
16.8 sup是什么,怎么样使用?
SUP代表Software Update Protocol,是又CMU开发的,用于保持他们的开发树同步。我们用它来保持远程站点与我们的中心开发源同步。
由于SUP对带宽不是很友好,已经被废弃了。现在保持你的代码最新的推荐方法是CVSup。
PS 原文
16.8. What is sup, and how do I use it?
SUP
stands for Software Update Protocol, and was developed by CMU for keeping their development trees in sync. We used it to keep remote sites in sync with our central development sources.
SUP is not bandwidth friendly, and has been retired. The current recommended method to keep your sources up to date is
CVSup
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/18248/showart_184567.html |
|