如何从 Visual Studio 解决方案中删除 Subversion 的所有残余
我刚刚设置了一个新的 Subversion VisualSVN 服务器,并且正在将我的所有项目提交到各个存储库。我对我的前任(他使用他自己的 Subversion 服务器,托管在他家里)创建的一些旧代码有疑问。
基本上它不会让我将该项目提交到我的新服务器。如果我只是删除所有“.svn”,这会起作用还是还有更多作用?
谢谢
约翰
I have just set up a new Subversion VisualSVN Server and am in the process of committing all of my projects to the various repositories. I am having an issue with some old code created by my predecessor (who used his own Subversion server, hosted at his house).
Basically it won't let me commit this project to my new server. If I just delete all of the '.svn' will this do the trick or is there more to it?
Thanks
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除所有 .svn 目录就足够了。
Deleting all the .svn directories is sufficient enough.