Subversion misses new directories during update

后端 未结 5 1168
一向
一向 2021-01-07 23:43

I\'m using SVN 1.6.3 and TortoiseSVN 1.6.6. Periodically when I do an update from the root of my project, SVN fails to pickup a newly added directory (added by a co-worker)

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-08 00:09

    It sounds like you have a sparse working copy. Try svn update --set-depth infinity and see if that does it.

    The equivalent in Tortoise is setting Update Depth to "Fully recursive" when you pull up the Update dialog.

提交回复
热议问题