Is it possible to download a project in the given revision state, like it is possible in Subversion, with Egit?
Asked
Active
Viewed 151 times
2 Answers
0
With command-line git, you just do git checkout a487ec83whatever
. I imagine EGit allows you to do a checkout and specify a specific revision, too.

Jeremiah Orr
- 2,620
- 1
- 18
- 24
-
2I am finding that EGit functionality does not seem to correspond to command-line git functionality. 'git clone' does what you expect at the command line; I have not found any way to actually check out code using EGit. It appears to be an elaborate prank. – arclight Sep 29 '12 at 19:32