eclipse SVN显示问号(?)与eclipse中的每个文件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18779095/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 21:10:27  来源:igfitidea点击:

SVN Showing question Mark(?) With each file in eclipse

eclipsesvn

提问by Subodh Joshi

In eclipse Kepler i have took the project from SVN and when i am doing Right Click on Project->Team->Sychronised With repositoryit is showing 10000 changes while few hour back i took the whole project from svn, but still it is showing ?with all the files .

在 Eclipse Kepler 中,我从 SVN 中获取了该项目,当我右键单击Project->Team->Sychronised With repository它时,它显示了 10000 次更改,而几小时前我从 svn 中获取了整个项目,但它仍然?与所有文件一起显示。

Can any one tell what is the issue and how can i resolve it?

任何人都可以告诉我是什么问题,我该如何解决?

One more thing i have to add in eclipse my project look like projectName[/trunk/workspace/projectname]it mean my project well connected with SVN.

我必须在 eclipse 中添加的另一件事是我的项目看起来projectName[/trunk/workspace/projectname]意味着我的项目与 SVN 连接良好。

Even i Have done Team->Update to Headand Team->Update to Versionbut no any success.

即使我已经做到了Team->Update to HeadTeam->Update to Version但没有任何成功。

回答by Bipul Sinha

From trunk/workspace/projectname, it looks like you have added your workspace in trunk. Check whether this is correct.

trunk/workspace/projectname,看起来您已将工作区添加到后备箱中。检查这是否正确。

回答by supaflav

'?' indicates new source and '*' indicates a modified file. Did you by chance change the directory structure after you checked out? That would definitely mess up the .svn files. All move operations should be done within the IDE - even then it still messes up.

'?表示新源,'*' 表示修改过的文件。签出后是否偶然更改了目录结构?那肯定会弄乱 .svn 文件。所有移动操作都应该在 IDE 中完成 - 即使这样它仍然会混乱。