- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
linux-搭建svn-服务器(Linux- build svn- server)
linux-搭建svn-服务器(Linux- build svn- server)
Linux build SVN server, Linux build SVN server
I. brief introduction of SVN
Subversion (SVN) is an open source version control system, that is, Subversion manages data over time. These data are placed in a central data archive (repository). This archive is quite like an ordinary file server, but it remembers every change in the file. This way you can restore the file to the old version, or browse through the history of the file changes.
Some concepts in SVN:
(1). Repository (source code library)
Where the source code is stored in a unified location
(2). Checkout (extract)
When you have no source code on hand, you need a copy from repository checkout
(3). Commit (submitted)
When you have modified the code, you need Commit to repository
(4). Update (update)
When you have Checkout a source code, Update, you can synchronize with the source code on Repository, and the code in your hand will have the latest changes
The daily development process is actually the case (assuming you have the Checkout and have worked for a few days): Update (the latest code) -- to make their own modifications and successful commissioning -- Commit (you can see your revised).
If two programmers also modified the same file, you can combine the two SVN programmers, SVN source code is actually management oriented, that is as long as two programmers not modify the same line program, SVN will automatically merge two modifications. If it is the same line, SVN will prompt for file Confict, conflict, and manual confirmation is required.
Client software:
(1) Windows commonly used client software, commonly used TortoiseSVN. It is a free, open source client. Download address: /downloads.html
(2) to Myeclipse, and also some SVN plugins.
Subversion provides the following main functions:
(1) directory versioning
CVS can only track the history of individual files, but Subversion implements a “ a version of the virtual rdquo version of the file system that keeps track
您可能关注的文档
- 5、《民事答辩状》(5, Civil Pleadings).doc
- 5《小蝌蚪找妈妈》教学设计之六(5, Little Tadpoles Looking for mother teaching design six).doc
- 5《小蝌蚪找妈妈》(5, Tadpoles Looking for mom.).doc
- 5胸部正常及基本病变表现(5 chest normal and basic pathological changes).doc
- 6.雪(6. snow).doc
- 605家公司发布年报预告 逾六成业绩增长超预期(605 companies released annual report notice more than 60% performance growth over expected).doc
- 60佝简短の话,每佝话嘟岢苡榀怑辈孒(The short story 佝简, 每佝 话嘟 岢苡 榀怑 辈孒).doc
- 60种家常酱汁的做法(60 practices of home sauces).doc
- 6120c文件夹详细解析及安装软件问题解决方法(6120c folder detailed analysis and installation of software problem solving methods).doc
- 58句接见客户必用商务句子(In the 58 sentence, the client must use business sentences).doc
- linux011系统中堆栈的使用方法(Method of using stack in linux011 system).doc
- linux26进程调度器和内核抢占(Linux26 process scheduler and kernel preemption).doc
- linux2(源代码).doc
- linux下apache svn搭建完美版(linux下apache svn搭建完美版).doc
- linux0.11系统中堆栈的使用方法(Method of using stack in linux0.11 system).doc
- linux下lamp源码搭建+论坛(Linux under lamp source build + Forum).doc
- linux下oracle数据导入导出方法(Oracle data import and export method under Linux).doc
- linux下svn服务器的搭建(Construction of SVN server under Linux).doc
- linux下安装卸载软件(Install uninstall software under Linux).doc
- linux下搭建lamp论坛(phpwind+wordpress+discus)(Linux下搭建灯论坛(phpwind + WordPress +铁饼)).doc
文档评论(0)