Java Eclipse SVN - 提交
我已经使用 Eclipse 和 SVN 很长时间了,这是我第一次看到这个错误。我尝试在更改了一些小东西后提交我的 Java 项目。我收到此错误:
Error while dispatching event: org.eclipse.team.svn.core.connector.ISVNProgressMonitor.reportError(Ljava/lang/String;)V
这到底是什么意思?
I've been using Eclipse and SVN for a very long time now, and this is the first time I think I've seen this bug. I tried to commit my Java project after changing just a few small things. I get this error:
Error while dispatching event: org.eclipse.team.svn.core.connector.ISVNProgressMonitor.reportError(Ljava/lang/String;)V
What does this mean exactly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎是 Subversive,而不是 Eclipse。 复制 vcsjones 发布的错误。
如果您使用 Subversive,我推荐 Subclipse。从个人经验来看,效果要好得多。
Appears to be Subversive, and not Eclipse. Dupe bug that vcsjones posted.
If you are using Subversive, I'd recommend Subclipse. It works much better from personal experience.