简体   繁体   English

Eclipse SVN-比较后又签出又如何仅签出小的更改

[英]Eclipse SVN - Checkout after compare a.k.a. how to checkout small changes only

I've compared a project in my workspace to the "latest from the SVN repository". 我已经将工作区中的项目与“来自SVN信息库的最新”进行了比较。 There's a few files changed. 有些文件已更改。 However, I know from experience that if I checkout, I'll have to download the whole darn thing again. 但是,从经验中我知道,如果我结帐,我将不得不再次下载完整的东西。

How can I checkout just the compared changes? 如何仅检查比较的更改? It feels like I'm missing a big concept here...the link between checking out just revisions vs. the whole project. 感觉好像我在这里错过了一个大概念...检出修订版和整个项目之间的联系。 Actually, that's my main question - how to checkout/update small changes only? 实际上,这是我的主要问题-如何仅签出/更新小的更改?

Got it. 得到它了。 I was missing the "Team Synchronizing" aspect of things as detailed here: 我错过了“团队同步”方面的详细信息:

http://agile.csc.ncsu.edu/SEMaterials/tutorials/subclipse/ http://agile.csc.ncsu.edu/SEMaterials/tutorials/subclipse/

To synchronize resources, right click on a project and select Team > Synchronize with Repository 要同步资源,请右键单击一个项目,然后选择“团队”>“与存储库同步”

Apparently that's just to view changes. 显然,这只是为了查看更改。 The functionality I was looking for was "Team > Update to HEAD". 我一直在寻找的功能是“团队>更新到HEAD”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM