按照如下步骤设置了:
1.安装svn服务器(Setup-Subversion-1.7.6服务端.msi),然后安装tortoise(TortoiseSVN-1.8.1.24570-x64-svn-1.8.1.msi).
2.建立SVN资源库,路径D:\SVN\svnroot下的repos目录上右键->TortoiseSVN->Create repository here,repos文件夹下正常生成conf,db等文件夹.
3.在repos下的conf中配置用户和权限
4.运行svn服务器,使用cmd命令运行
sc create SVNServer binpath= "D:\SVN\Subversion\bin\svnserve.exe --service -r D:\SVN\svnroot" 
displayname= "SVNServer" depend= Tcpip start= auto   
pause
在服务管理器中启动SVNServer服务.
5.在eclipse中安装subversion插件
6.在eclipse项目中右键share project,输入svn地址提示Couldn't find a repository,svn: No repository found in'svn://svn服务器IP地址'.求解...明明已经创建了SVN资源库,为什么一直提示找不到SVN资源库呢?EclipseSVN管理服务器