下载此文档

SVN使用手册.ppt


文档分类:IT计算机 | 页数:约40页 举报非法文档有奖
1/40
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/40 下载此文档
文档列表 文档介绍
Version Control with Subversion
What is SVN?
Subversion:
a free/open-source version control system
Content
Beginning
Basic Working Cycle
Extensive Subversion Features
Log Message Rule
Beginning
Create Repository
Getting Data into your Repository
Initial Checkout
Resolve Conflicts
Create Repository
Create a empty folder before create new repository
Create repository at the new created mand line interface
svnadmin create REPOS_PATH
example: svnadmin create /home/svn/repository
This operation must be done at server side
Create Repository with Tortoise
These files will be created at server side when we create a repository
Getting Data into Your Repository
svn import [PATH] URL
example: svn import myLocalDir file:///D:/Repository \
-m “import my Local Directory”
svn list [TARGET[***@REV]…]
example: svn list file:///D:/Repository
Import using Tortoise
Select Import…
Input URL of repository
Input log message
Check include ignored files or not
Importing
Initial Checkout
Command line interface
svn checkout URL [***@REV]…[PATH]
example: svn checkout file:///D:/Repository /home/WorkCopy
example: svn checkout –r 2 file:///D:/Repository
Checkout using Tortoise
Select SVN Checkout…
Input URL of repository
Input Checkout directory
Choose checkout Depth
Check Omit externals or not
Choose revision you want to get
Checking out
After checked out we will get the files like these

SVN使用手册 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数40
  • 收藏数0 收藏
  • 顶次数0
  • 上传人3399846977
  • 文件大小830 KB
  • 时间2018-10-16