著名开源软件网站(www.sourceforge.net)上面的开源项目,大部分使用的管理工具为cvs或svn。
这两种软件的代表客户端程序是wincvs和tortoiseSVN。
 
1.cvs
CVS (Concurrent Versions System) is a tool used by many software developers to manage changes within their
source code tree. CVS provides the means to store not only the current version of a piece of source code,
but a record of all changes (and who made those changes) that have occurred to that source code. Use of CVS
is particularly common on projects with multiple developers, since CVS ensures changes made by one
developer are not accidentally removed when another developer posts their changes to the source tree.
 
2.svn
SVN (Subversion) is a tool used by many software developers to manage changes within their source code
tree. SVN provides the means to store not only the current version of a piece of source code, but a record
of all changes (and who made those changes) that have occurred to that source code. Use of SVN is
particularly common on projects with multiple developers, since SVN ensures changes made by one developer
are not accidentally removed when another developer posts their changes to the source tree
 
同样的描述,只不过将cvs替换成了svn。
 
在sourceforge上的某一个项目上,都会看到一个public的链接,这个链接提供了想要下载这个项目的cvs或svn地址。点击
public会看到,cvs repository或 svn repository,点击这个链接会看到项目的下载地址,
比如:
cvs的
[cvs -d:pserver:anonymous@construct.cvs.sourceforge.net:/cvsroot/construct login]
[cvs -z3 -d:pserver:anonymous@construct.cvs.sourceforge.net:/cvsroot/construct co -P modulename]
同时,你在cvs repository或 svn repository的下面还会看到browse cvs或browse svn这个是用来浏览项目目录的。
如果你使用wincvs,点admin菜单的command line里输入命令:
cvs -d:pserver:anonymous@construct.cvs.sourceforge.net:/cvsroot/construct login
他会问你password,直接回车就行。
然后,接着在命令行接着键入下面的命令:
cvs -z3 -d:pserver:anonymous@construct.cvs.sourceforge.net:/cvsroot/construct co -P modulename
这里的modulename就是你在browse cvs里看到的,你想要下载的模块名,如果你想下载项目的所有文件,modulename写成
你在browse cvs里看到的根路径名。
如果,项目是通过svn管理的,则你需要下载tortoiseSVN。tortoiseSVN和wincvs不同,她不是一个带界面的软件,安装完
之后,会在windows右键查单中出现,在你要保存项目的磁盘位置,新建一个文件夹,右键该文件夹,会看到一个svn
checkout菜单项,点击后,弹出一个对话框,在url of repository中输入上面的:
[https://scummvm.svn.sourceforge.net/svnroot/scummvm scummvm],就可以把项目下载下来了。

最新文章

  1. 整理UIImagePickerController问题
  2. angular之控制器(0)
  3. C#集合--数组
  4. [置顶] DataGridView控件---绑定数据方法
  5. Chp17: Moderate
  6. linux入门教程(四) 初步进入linux世界
  7. [转自已]Windos多个文件快速重命名说明+图解
  8. [AngularJS] Services, Factories, and Providers -- value & Providers
  9. 服务 Service 基本介绍
  10. oracle_利用闪回功能恢复数据
  11. TypeScript入门
  12. cocos2d-x C++的do...while(0)另类使用方法
  13. Windows Socket 组件 HP-Socket v2.2.3
  14. python进阶-------进程线程(二)
  15. 逆FizzBuzz问题求最短序列
  16. 1、编写一个简单Makefile模板
  17. Linux Ubuntu16.04LTS安装TensorFlow(CPU-only,python3.7)——使用Anaconda安装
  18. win10怎么更改切换输入法按键 切换输入法与Win7一样(Ctrl + 空格)
  19. Python: collections.nametuple()--映射名称到序列元素
  20. IOS runtime动态运行时一

热门文章

  1. 一个tomcat究竟能接受多少并发
  2. Visual C++ 2012/2013的内存溢出检測工具
  3. FindWindowEx
  4. Android执行shell命令
  5. linux ssh 中在window 传文件 下载文件 工具
  6. iOS开发多线程篇---atomic nonatomic区别
  7. APUE习题5.x
  8. (转载)Ant教程
  9. cglib源码分析(三):Class生成策略
  10. TCP/IP协议原理与应用笔记16:交换机和路由器区别