SVN - 无法检出先前删除然后在存储库中恢复的文件
有些文件/文件夹被删除,然后重新添加到存储库中。
svn更新>给我正确更新的修订版。 文件和文件夹正确显示在 svn 存储库中,如果我运行“svn update”“svn diff”,我的工作区文件夹似乎同步,但文件/文件夹未检出... 知道问题是什么吗?
如果我再次从头开始检查该项目,文件/文件夹将被正确检出
There're files/folders that were deleted and then re-added to the repository.
svn update > gives me the right-updated revision.
files and folders are correctly displayed in the svn repository, if I run 'svn update' 'svn diff' my workspace folder seems in sync but the files/folders are not checked out...
any idea of what the problem is?
If I check out the project from scratch once again the files/folders are checked out correctly
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能会遇到以下内容 问题
来自文章:
解决方案(感谢 wcoenen):
You might be running into the following problem
From the article:
The solution (thanks wcoenen):
我会尝试做一个干净的“svn checkout”。有时本地信息不正确同步会导致这种影响。
I would try to do a clean 'svn checkout'. Sometimes the local information is not properly in sync in causes this kind of effects.
如果您使用 TortoiseSVN,您可以尝试使用上下文菜单中的清理功能。
If you are using TortoiseSVN, you can try to use Clean up feature in context menu.