打包完的rcp产品svn不储存密码问题

原因是缺少org.eclipse.core.runtime.compatibility.auth 这个依赖,需要添加到依赖中去

因为使用SVNKit的时候会去调eclipse这个api

详情见: http://subversion.1072662.n5.nabble.com/SVNKit-within-Eclipse-not-storing-passwords-td175926.html

原文地址:https://www.cnblogs.com/demonrain/p/5687670.html