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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章