Subversion (using VisualSVN/Tortoise) refuses to pull down new files

佐手、 提交于 2019-11-27 14:29:52

Known bug in TortoiseSVN 1.6.1: if you add an empty folder, the folder depth in your working copy will be restricted to "empty". You can work around this by updating once with the "update to revision..." dialog and selecting "fully recursive" as depth.

This has been fixed in 1.6.2.

edit: note that TortoiseSVN uses the SVN client library, which is where the bug was. The command line client had the same problem.

The only thing that I can think of is maybe it has to do with the 1.5 to 1.6 transition? Make sure everyone has a 1.6-based version of tortoiseSVN and try again perhaps.

Also, the way you are phrasing the question makes it sound like you are using SVN for distribution of files instead of concurrency. If that is the case, consider a tool like Unison instead of SVN.

Phil

I just happen to have the same problem. Here is a solution :

svn update `svn ls`

Yes, I know this problem is far from now, but it still comes up high in web search.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!