首页 > 技术文章 > 打包完的rcp产品svn不储存密码问题

demonrain 2016-07-20 11:28 原文

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

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

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

推荐阅读