隆基磁选机:myEclipse配置 svn 服务

来源:百度文库 编辑:九乡新闻网 时间:2024/04/26 03:51:37
javaeye上有详细说明,你看看怎么样打开MyEclipse8.0help->Software Updates->find and install(如果没有这个就用help->Software Updates->Add/Remove Software即可)选择search for new features to install, Next点击new remote site输入name:subclipse,url:http://subclipse.tigris.org/update_1.6.x,点OK选中subclipse,点击finish在弹出框中选择subclipse,把Subclipse Integration for Mylyn 3.x去掉,Next一路安装完成!一.共享项目(把本地的项目共享到subversion服务器上)打开MyEclipse8.0 ,假设要共享projTest是项目名称右键项目projTest->Team->Share Project->Svn,单库模式下url填写svn://svnserveraddress/,多库模式下url填写svn://svnserveraddress/Repository1,其中Repository1是库的名称next直到finish,proj1就被共享到svn服务器上了,但是代码并没上传,还需要commit一次右键项目projTest,team->commit,项目内容就被上传到svn服务器了二.签出项目(把svn服务器上的项目下载的到本地)打开MyEclipse8.0window->open perspective->svn repository explorer(如果没有在other里选择)在左边空白处右键->new->repository location单库模式下url填写svn://svnserveraddress/,多库模式下url填写svn://svnserveraddress/Repository1(同步骤二)右键projTest->check outnext直到finish,该项目就被签出到本地,切换到java视图就能看到该项目了 网上又找到一个方法,你试试行不行,不行我再去找第一步 我下载site-1.6.5.zip后, 将其解压缩放在D盘my,即D:\myplugins 目录下,即形成了D:\myplugins\features\;D:\myplugins\plugins;D:\myplugins\site.xml等。 第二步 我在Genuitec\MyEclipse 8.x Latest\dropins\目录下建立了一个文件svn.link. 里面的内容有path=D:\\myplugins 这个时候重新启动myeclipse会出错,插件安装不成功。 但是当我把d:\myplugins文件夹下的artifacts.xml,content.xml,site.xml 3个文件删掉。 重启myeclipse就一切正常了。
参考资料:http://canfly2010.javaeye.com/blog/533986