1.在 http://ftp.jaist.ac.jp/pub/sourceforge/w/wi/win32svn/1.8.9/Setup-Subversion-1.8.9.msi 下载svn服务器win32的安装文件
2.安装于D:/Subversion
3.下载安装eclipse(略)
4.按组合键"徽标+R" 输入cmd 然后 回车
5.输入D: 回车
6. cd Subversion/bin
7. svnadmin create D:/svnroot
8.svnserve.exe –daemon
9.不要关闭命令行窗口 否则服务会被关闭
10.打开eclipse 点击 help->Install new Softwart
11.点击 add
12.name栏随便写个名字 本人写的是 subclipseSite
13.location 输入 http://subclipse.tigris.org/update_1.10.x
14.点击OK
15.在下拉框中选择刚刚添加的地址 然后selectALL 点击finish
16.点击finish之前也可以把Contact all update sites during install to find requird software 来加速安装
17.安装完成后重启eclipse
18.在eclipse左面的项目目录上点击右键 team->shareProject
19.提交代码。