Svn安装和使用教程

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

Svn安装和使用教程作者:王焱亮单位:vwintech安装svn1.43service到服务器首先需要安装svn的安装程序,然后创建svn服务。用windows命令创建svn服务并设为自动:sccreatesvnservicebinpath=D:\ProgramFiles\Subversion\bin\svnserve.exe--service-rD:\SvnVobdisplayname=SVNServicedepend=Tcpipstart=auto只需要修改一下binpath的svn执行文件所在路径就可以了,当然要记住修改服务所在目录名。安装svn1.43client到客户端安装svn的客户端程序,需要的话还可以安装svn的语言包,注意语言包的版本也必须与客户端程序的版本一致在MyEclipse中下载并安装svn插件首先点击MyEclipse的菜单:helpSoftwareUpdateFindAndInstall,如下图进入如下页面:选择下边的单选钮,点击next按钮,出现如下页面:选择Subclipseupdatesite然后点击finish按钮。注:没有的创建一个地址为:的更新,名称随意起。进入下面的页窗口:按上图所示的方式选择,然后点击下一步。如上图,选择同意然后点击下一步如上图,点击finash就开始自动下载并安装了,安装完成后会要求eclipse重启。在Eclipse中检出项目现在Eclipse中已经有了svn的插件了,我们现在可以直接通过Eclipse检出局域网中任何一台机器上的svn服务中的项目。首先,new一个新项目,在项目类别中选择“从svn中检出项目”,如下图:点击next按钮,进入资源库位置的选择或新建页面:可以选择一个已有的资源库位置,或者创建一个新的。现以创建新的资源库为例,如下:在url栏中输入已建好的svn服务的地址,如上图的svn://192.168.1.41/pj1,格式一定要正确。完成后点击next,如果能找到给定的地址会出现下面的画面:然后继续点击next:如上图,选择“做为工作空间中的项目检出”,并随便输入一个项目名称,点击next:如上图,是设置项目将要检出到的本地位置,可以直接放到eclipse的工作目录或者另外找一个新的目录。然后点击finish完成检出。创建版本库1、创建版本库内部目录结构:2、配置用户权限密码等:对‘..\conf’目录下的三个文件进行修改authz文件###Thisfileisanexampleauthorizationfileforsvnserve.###Itsformatisidenticaltothatofmod_authz_svnauthorization###files.###Asshownbeloweachsectiondefinesauthorizationsforthepathand###(optional)repositoryspecifiedbythesectionname.###Theauthorizationsfollow.Anauthorizationlinecanrefertoa###singleuser,toagroupofusersdefinedinaspecial[groups]###section,ortoanyoneusingthe'*'wildcard.Eachdefinitioncan###grantread('r')access,read-write('rw')access,ornoaccess###('').[groups]#harry_and_sally=harry,sallyeam=wyl,johnson.wang//组,及其包含的用户#[/foo/bar]#harry=rw#*=#[repository:/baz/fuz]#@harry_and_sally=rw#*=r@eam=rw//组的权限#后为注释passwd文件###Thisfileisanexamplepasswordfileforsvnserve.###Itsformatissimilartothatofsvnserve.conf.Asshowninthe###examplebelowitcontainsonesectionlabelled[users].###Thenameandpasswordforeachuserfollow,oneaccountperline.[users]#harry=harryssecret#sally=sallyssecretwyl=1//用户名=密码johnson.wang=888888svnserve文件照此样#anon-access=read#auth-access=write###Thepassword-dboptioncontrolsthelocationofthepassword###databasefile.Unlessyouspecifyapathstartingwitha/,###thefile'slocationisrelativetotheconfdirectory.###Uncommentthelinebelowtousethedefaultpasswordfile.#password-db=passwd###Theauthz-dboptioncontrolsthelocationoftheauthorization###rulesforpath-basedaccesscontrol.Unlessyouspecifyapath###startingwitha/,thefile'slocationisrelativetotheconf###directory.Ifyoudon'tspecifyanauthz-db,nopath-basedaccess###controlisdone.###Uncommentthelinebelowtousethedefaultauthorizationfile.authz-db=authz###Thisoptionspecifiestheauthenticationrealmoftherepository.###Iftworepositorieshavethesameauthenticationrealm,theyshould###havethesamepassworddatabase,andviceversa.Thedefaultrealm###isrepository'suuid.#realm=MyFirstRepository导入工程目录时,选择“导入”后,输入svn地址即可,如下图:

1 / 17
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功