欢迎来到天天文库
浏览记录
ID:37899447
大小:46.00 KB
页数:6页
时间:2019-06-02
《Windows下Subversion和TortoiseSVN构建SVN版本控制》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Windows下Subversion和TortoiseSVN构建SVN版本控制 2009-06-05来源:网络 1.下载Subversion的window安装版本svn-1.4.6-setup.exehttp://subversion.tigris.org/http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=81002.下载TortoiseSVN的TortoiseSVN-1.5.2.13595-win32-svn-1.5.1.ms
2、i版本http://tortoisesvn.net/http://tortoisesvn.net/downloads3.安装subversion双击svn-1.4.6-setup.exe,一路next完成安装。设置环境变量,将subversion对bin设置到path中。如:D:ProgramFilesSubversionbin4.安装TortoiseSVN双击TortoiseSVN-1.5.2.13595-win32-svn-1.5.1.msi,一路next完成安装。5.创建svn容器Repository在硬
3、盘上任意位置创建一文件夹,如D:svnRepository,在文件夹上右键TortoiseSVN->Createrepositoryhere创建成功后将在D:svnRepository下生成一系列文件。6.配置容器的访问权限在容器的目录下D:svnRepository的conf中,用记事本打开svnserve.conf文件,找到#anon-access=read#auth-access=write#password-db=passwd并去掉注释#注意,去掉注释后,不要留下空格,保持每行顶格,切记!!!效果如下:
4、###Thisfilecontrolstheconfigurationofthesvnservedaemon,ifyou###useittoallowaccesstothisrepository.(Ifyouonlyallow###accessthroughhttp:and/orfile:URLs,thenthisfileis###irrelevant.)###Visithttp://subversion.tigris.org/formoreinformation.[general]###Theseoption
5、scontrolaccesstotherepositoryforunauthenticated###andauthenticatedusers.Validvaluesare"write","read",###and"none".Thesamplesettingsbelowarethedefaults.anon-access=readauth-access=write###Thepassword-dboptioncontrolsthelocationofthepassword###databasefile.Unl
6、essyouspecifyapathstartingwitha/,###thefile'slocationisrelativetothedirectorycontaining###thisconfigurationfile.###IfSASLisenabled(seebelow),thisfilewillNOTbeused.###Uncommentthelinebelowtousethedefaultpasswordfile.password-db=passwd###Theauthz-dboptioncontr
7、olsthelocationoftheauthorization###rulesforpath-basedaccesscontrol.Unlessyouspecifyapath###startingwitha/,thefile'slocationisrelativetothethe###directorycontainingthisfile.Ifyoudon'tspecifyan###authz-db,nopath-basedaccesscontrolisdone.###Uncommentthelinebelo
8、wtousethedefaultauthorizationfile.#authz-db=authz###Thisoptionspecifiestheauthenticationrealmoftherepository.###Iftworepositorieshavethesameauthenticationrealm,theyshould###havethesamepasswordda
此文档下载收益归作者所有