Community
Participate
Working Groups
1.2. I can open and compare the a history entry with the current state but there's no easy way to replace the current state/file with the history state. Ideally this would be offered on the history entry plus on each file.
This is possible in 2.0 on any resource's team menu, click "Replace With > Commit...". "Replace with" menus could be also added on files in the History View's file list. I'm not sure what you would like to do when calling "Replace with" on a commit selected in the History View.
(In reply to comment #1) > This is possible in 2.0 on any resource's team menu, click "Replace With > > Commit...". > > "Replace with" menus could be also added on files in the History View's file > list. I'm not sure what you would like to do when calling "Replace with" on a > commit selected in the History View. Assume the commit has 50 files. Instead of replacing each file individually I'd like to do it once on the commit.
New Gerrit change created: https://git.eclipse.org/r/142357
Definitely a feature I desire for a very long time.
Gerrit change https://git.eclipse.org/r/142357 was merged to [master]. Commit: http://git.eclipse.org/c/egit/egit.git/commit/?id=e8ef6ff1e1044c8dc3b3443bd37f34873c6c7de0
(In reply to Eclipse Genie from comment #5) > Gerrit change https://git.eclipse.org/r/142357 was merged to [master]. > Commit: > http://git.eclipse.org/c/egit/egit.git/commit/ > ?id=e8ef6ff1e1044c8dc3b3443bd37f34873c6c7de0 This provides a "Check Out This Version" context menu action to check out a particular file version from a commit. It's available in the Git History page (list of changed files bottom right), and also in the file lists in the Commit Viewer (also for stashes), and also in the outline page of the Commit Viewer's unified diff page. The functionality of comment 2 (providing an operation in the commit table of the history view to check out _all_ files touched by commit from that commit) is not implemented. It is available on a particular commit by selecting all files in the list of changed files bottom right and using the new operation there.
*** Bug 546193 has been marked as a duplicate of this bug. ***