myeclipse8.6在更新软件后,会生成myeclipse 8.x的文件夹,然后修改默认工作空间位置,每次启动的时候都找不到项目,需要手动切换工作空间,其解决办法:
在文件夹C:\Users\ydp\AppData\Local\Genuitec\MyEclipse 8.x Latest\configuration
下打开文件config.ini
其内容:
#This configuration file was written by:
org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser
#Thu Sep 29 20:23:37 CST 2011
com.genuitec.pulse.client.handshake.id=24ea3a82-c917-48e0-aadb-ff04337f511b
org.eclipse.update.reconcile=false
eclipse.p2.profile=com.poweredbypulse.profile-0-rb-578452
[email protected]/Workspaces/MyEclipse 8.6
osgi.framework=file\:../Common/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar
com.genuitec.pulse.client.credentials=LRXiQSqQSt66poaWEezAHFxrL2Q0pN1cFrBa3usd2UkV/ekXpceXK
FWuxM/wCXzUx5Merme5ZklW
4DwBQqv4s1yuH1HuQIpTqJaEuDIPvuzC4/brsBnqJ6FSYQxm2sl17iPX970OTs4i0208WK8M/XMZ
r3vvN39QDjvcU6Rs9us\=
com.genuitec.pulse.client.blueprint.id=rb-578452
osgi.bundles=reference\:file
\:org.eclipse.equinox.simpleconfigurator_1.0.102.v200911181800.jar@1\:start
com.genuitec.pulse.common.server.url=https\://www.poweredbypulse.com\:443
org.eclipse.equinox.simpleconfigurator.configUrl=file
\:org.eclipse.equinox.simpleconfigurator/bundles.info
eclipse.product=com.genuitec.myeclipse.product8.ide
osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product8
osgi.framework.extensions=
osgi.bundles.defaultStartLevel=4
eclipse.p2.data.area=file\:/C\:/Users/ydp/AppData/Local/Genuitec/Common/configuration/
com.genuitec.pulse.client.basedir.location.override=C\:\\Users\\ydp\\AppData\\Local\
\Genuitec
上面的红色字体就是默认工作空间的配置,修改为你想要的目录即可。
windows下svn搭建:下载svn服务器软件安装,装好后没有界面,建目录,在管理员命令行:
svnadmin create d:\svnroot\rep
然后再目录下修改svnserve.conf文件里的
passwd=passwd解除注释,
然后再passwd文件中建立用户名和密码:pp=pp
svnadmin create d:\svnroot\rep
完。
myeclipse的svn插件安装,解压site-1.0.6.zip文件夹,将里面的两个文件夹features,plugins(不包括那个xml文件)拷贝到myeclipse安装目录下的dropins目录下,重启即可,在windows->show vier->other->SVN中可以创建svn本地仓库