如何删除共享到 SVN 存储库的项目?
我在 Ubuntu 下工作并使用 Eclipse+Subversive 将代码提交到我的 SVN 存储库。
我不小心分享了一个我不想分享的项目。我断开了它,但显然我仍然可以看到它(例如通过 websvn 界面)。
如何从存储库本身删除该项目(文件夹)?
I work under Ubuntu and use Eclipse+Subversive to commit code to my SVN repository.
I accidentally shared a project I don't want to be shared. I disconnected it, but obviously I can still see it (e.g. via websvn interface).
How can I delete this project (folder) from the repository itself?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用“svn rm URL”命令。
详细信息请参阅“svn help rm”。
Use "svn rm URL" command.
See "svn help rm" for details.
您可以使用 subversion 客户端的存储库浏览器(这在 tortoise 中是这样称呼的)直接访问 subversion 结构并在那里进行维护。
You could use the repo-browser of your subversion client (that's what its called in tortoise) to access the subversion structure directly and do your maintenance there.