eclipse 如何使用 Subclipse SVN 插件更新到修订版?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/83443/
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-10 18:23:10  来源:igfitidea点击:

How to Update to Revision using Subclipse SVN plugin?

eclipsesvnsubclipse

提问by

In subclipse, the Team > Update menu option performs an "svn update -r HEAD".

在 subclipse 中,Team > Update 菜单选项执行“svn update -r HEAD”。

I want to run "svn update -r [revision number]" but can't find a menu option which will let me update to anything besides the HEAD revision.

我想运行“svn update -r [revision number]”,但找不到可以让我更新到除 HEAD 修订版之外的任何内容的菜单选项。

回答by Rafa? Dowgird

It is the "Replace With" menu option. It is not under "Team", but on the same level.

它是“替换为”菜单选项。它不在“团队”之下,而是在同一级别上。

回答by Mark Phippard

Subclipse used to prompt but users complained. We did not want to add two update options. The easiest way to do it is just Team > Switch and do not change the URL. Switch and update are the same code paths within Subversion. If you do not change the URL it is just behaving like update and the Switch dialog exposes all the options available.

Subclipse 用于提示但用户抱怨。我们不想添加两个更新选项。最简单的方法是 Team > Switch,不要更改 URL。Switch 和 update 在 Subversion 中是相同的代码路径。如果您不更改 URL,它的行为就像更新一样,并且“切换”对话框会显示所有可用选项。