- 1、本文档共6页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
在eclipse中使用svn配置步骤(Using the SVN configuration step in eclipse)
在eclipse中使用svn配置步骤(Using the SVN configuration step in eclipse)
[zz] uses the SVN2008-03-13 21:171. to download the required software in Eclipse
1.1SVN server (svn-1.4.3-setup.exe)
Http:///project_packages.html
1.2 set SVN to window service (SVNService.exe)
1.3Eclipses SVN plug-in (downloaded with the Eclipse plug-in):
2. configuration server
2.1 install svn-1.4.3-setup.exe
2.2 start run -cmd- into the SVN installation directory under the bin directory server
The location of the svnadmin create SVN library running under 2.3cmd (such as: D:\SVN_PRJ)
2.4 copy SVNService.exe to the bin directory under the SVN server installation directory
2.5cmd runs SVNService -install -d -r D:\SVN_PRJ (location of SVN Library)
2.6, if you want to undo the background service, run SVNService -remove
2.7 enter the D:\SVN_PRJ\conf directory, edit svnserve.conf, as follows (remember that the following lines of words can not have spaces):
[general]
Anon-access = read # anonymous access is read, write, none
Auth-access = write # user authentication
Password-db = passwd # authentication user database, which allows the user to connect to SVN (user and password stored in the current directory in the passwd file)
That statement realm = TESTING # interface appears in the user authentication
2.8 edit the D:\SVN_PRJ\conf\passwd file, the contents are as follows
[users]
Test = password # when you connect it to the SVN can use the user name test password for password to connect to SVN
2.9 start Settings control panel - service management tools to start the SVNService service
Configuring the SVN plug-in under 3.Eclipse
3.1 help find and install the software update - search new features to install new remote site - input an arbitrary input -URL.
Http:///update_1.2.x- sure you just added a select - - Subclipse- - select the remote site to complete the implementation of installation and operation
3.2 Window open the perspective -SVN resource library research, right click - New - input s
文档评论(0)