在MyEclipse下安装svn
Help---Softwear Updates---Find and Install----Search for new feature to install(Next)---New Remote Site---Name填 svn , URL填http://subclipse.tigris.org/update_1.6.x,一直next到finished为止
菜单栏 Window-- Show View-- other-- 选择打开SVN目录下的SVN资源库
新建-- 资源库位置, URL填http://svn.javascud.org/svn/springside/trunk
-------------------------------
导入svn里的数据
File---Import---Other(Checkout Projects from SVN)---Next---选择已经存在的svn即可
-------------------------------
在编译工程时,经常因为html格式原因,整个工程标志为编译错误。为了忽略这种错误,可以:
File---Properites---MyEclipse---Validation---选择Override validation preferences---Disable All---OK
--------------------------------
以上为网上收集以及自己整理的