专家讲解如何使用SVN创建项目

本节向大家描述一下SVN创建项目方法,内容主要包括创建Repository和.添加项目到SVN中,在这里和大家分享一下,希望通过本文的学习大家能够对SVN创建项目方法有一定的认识。下面是具体介绍。

吉首网站制作公司哪家好,找创新互联公司!从网页设计、网站建设、微信开发、APP开发、成都响应式网站建设公司等网站项目制作,到程序开发,运营维护。创新互联公司自2013年创立以来到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选创新互联公司

1.创建Repository

运行命令:

svnadmincreateC:Repository

就会创建一个仓库。SVN创建项目就放在仓库下。注意:运行命令前这个目录不能存在,否则不能创建。

在仓库下将会生产这些目录:

 
 
 
  1. conf/dav/db/formathooks/locks/README.txt
  2. conf
  3. Adirectorycontainingrepositoryconfigurationfiles
  4. dav
  5. AdirectoryprovidedtoApacheandmod_dav_svnfortheirprivatehousekeepingdata
  6. db
  7. ThemainBerkeleyDBenvironment,
  8. fullofDBtablesthatcomprisethedatastoreforSubversion'sfilesystem(whereallofyourversioneddataresides)
  9. format
  10. Afilewhosecontentsareasingleintegervaluethatdictatestheversionnumberoftherepositorylayout
  11. hooks
  12. Adirectoryfullofhookscripttemplates(andhookscriptsthemselves,onceyou'veinstalledsome)
  13. locks
  14. AdirectoryforSubversion'srepositorylockingdata,usedfortrackingaccessorstotherepository
  15. README.txt
  16. AfilewhichmerelyinformsitsreadersthattheyarelookingataSubversionrepository

hook是很有用的,因为通过hook,更新代码时,可以触发事件,来帮助我们autobuild我们的程序。关于这方面的知识可以参考《pragmaticprojectautomation》,里面讲得很详细

2.添加项目到SVN中

2.1选择仓库的Layout

SVN创建项目中通常仓库有两种布局:

a.以项目分
/
Project1/

trunk/

tags/

branches/

Project2/

trunk/

tags/

branches/

关于什么是trunk,tags,branches我就不解释,查看相关资料,网上有很多。

b.以分支为主
/
trunk/

project1/

project2/

tags/

project1/

project2/

branches/

project1/

project2/

SVN创建项目中具体使用哪种布局要看实际情况。

这里我使用a。

在workspace,创建目录

project

/trunk

/tags

/branch

然后进入project目录

svnimport.file:///C:/BillProject/-m'init'

这样,SVN创建项目就添加成功。就可以用eclipse来checkout项目了。

当前名称:专家讲解如何使用SVN创建项目
网站路径:http://www.gawzjz.com/qtweb2/news40/24590.html

网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联