您的位置:首页 > 编程语言 > Java开发

如何解决eclipse subversion的一个问题-看不见别人提交的文件

2010-04-08 16:26 495 查看

New files added by other users are not showing up in Synchronize view or even coming into my workspace when I update the entire project

This is caused by a bug in Subversion 1.6 that was fixed in Subversion 1.6.2. However, the fix just prevents the problem from continuing to happen, it does not fix your existing working copies. To fix your working copy follow these steps:

Right-click on your Project and choose Team > Update to Version ...

Change the Depth combo box to a value of "Fully recursive"

Check the box that says "Change working copy to specified depth"

Press OK

The bug was that when new folders were added to Subversion in your working copy, they were added with a depth option of empty. So you could see updates to anything you added, but new files and folders added by others would not show up due to the depth setting. The Subversion add API was fixed to set the depth to fully recursive as had always been the case.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐