SVN地址:
1.项目地址http://code.google.com/p/otherdo
http://otherdown.googlecode.com/svn/trunk/这个就是SVN的服务器地址(check out)。
https://otherdown.googlecode.com/svn/trunk/这个就是SVN的服务器地址(check commit)。
TortoiseSVN的使用:
1.安装TortoiseSVN-1.6.7.18415-win32-svn-1.6.9.msi:
2.右键桌面看到菜单里有一个选项为SVN Checkout,
在URL of repository里输入http://otherdown.googlecode.com/svn/trunk/就可以下载了
Eclipse SVN插件的安装与使用:
1.下载插件Subclipse,下载网址是http://subclipse.tigris.org/update/
安装
3.然后在window -->show viewàother里面有个svn,
点SVN资源库,OK确定来添加一个SVN库。
在eclipse的下面出现svn库界面,在空白处右键,选“新建”
,
把http://otherdown.googlecode.com/svn/trunk/输入进去就OK了
现在就能看到目录结构了,上面有三个项目,点其中一个otherdown,右键选“取出为”
直接点完成,就直接导到ecplise里,可以运行了。