AnkhSVN 本地较新副本
我开始处理一个项目,但没有为 SVN 设置它。我正在使用 Visual studio 2008 和 AnkhSVN。现在我的本地有新的代码副本,而 SVN 有旧的副本。我应该如何检出这些文件并提交它们?
谢谢
I started to work on a project without setting it up for SVN .I am using Visual studio 2008 and AnkhSVN. Now I have new copy of code on my local and SVN has older copy.How should I checkout those files and commit them?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的可能是使用命令行客户端(或具有类似选项的 TortoiseSvn)。您希望在强制标志打开的情况下进行结账:
来自帮助:
The easiest is probably with the command line client (or TortoiseSvn with similar options). You're looking to do a checkout with the force flag on:
From the help: