How to Update to Revision using Subclipse SVN plugin?
Asked Answered
S

2

10

In subclipse, the Team > Update menu option performs an "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.

Stilly answered 17/9, 2008 at 13:52 Comment(0)
C
10

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

Chocolate answered 17/9, 2008 at 13:56 Comment(0)
A
6

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.

Action answered 17/9, 2008 at 19:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.