Eclipse Subversive:删除存储库
我当时在 Eclipse 中工作,并使用 Subversive 对我的程序进行版本控制。但是,现在我想停止使用 SVN。我可以以某种方式从 Eclipse 中删除存储库,即不再同步吗?
I was working in Eclipse and used Subversive for versioning my program. However, now I would like to stop using SVN. Can I somehow delete repository from Eclipse i.e., not to synchronize any more?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以断开(右键单击项目 -> 团队 -> 断开连接)所有 SVN 项目,然后打开 SVN 存储库资源管理器并删除(放弃位置)SVN 位置。为此,必须首先断开所有 SVN 项目的连接。
you could disconnect (right click on project -> Team -> Disconnect) all your SVN projects and then open SVN repository explorer and remove (Discard location) SVN location. For doing it all your SVN projects have to be disconnected first.
唯一的其他方法是删除这些目录中的所有 .svn 文件。 Eclipse 就是这样知道的。
The only other way would be to delete all the .svn files in those directories. That is how Eclipse knows.