SVN Missing files after doing updates: is it a bug?

使用svn执行“SVN update”之后,提示更新成功,然而,文件并没有真正地被更新下来,使用“Repo-browser”查看,文件确实存在于服务器上,但就是update不下来,垃圾SVN。

 

解决办法:

TortoiseSVN右键菜单里选择“Update to revision...”,弹出的对话框里“Update Depth”选择“Full recursive”,确定即可。据说是TortoiseSVN 1.6的Bug,但我的版本是1.8,依然遇到此问题。

 

I also have had the described problem sometimes. Just at the moment, it happened again. Same situation: There were multiple files changed/added/deleted/moved at the SVN server from an SVN client A and SVN client B updated its working copy (using Tortoise SVN). After the update, some of the files which were added from A are not present in the working copy of B, but the repository browser shows them at the correct location at the SVN server. Updating again with Tortoise always claims that everything is at the current revision. Also an "svn up" in the folder where the files are missing says that everything is at the current revision.

I'm using

Tortoise SVN 1.6.6, Build 17493 - 64 Bit

Visual SVN 1.7 (SVN integration into Visual Studio 2008)

Edit: It seems to be a known problem, here is the solution: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2379518

shareimprove this answer

edited Nov 14 '09 at 18:54

answered Nov 14 '09 at 9:17

user26083

  • 1

    For anyone else : Here's the direct solution : for each of the troublesome working copies use "Update to revision" and set the working copy depth to "Fully Recursive". – coding_idiot Oct 22 '12 at 8:13

你可能感兴趣的:(网络应用)