0

Is it possible to download a project in the given revision state, like it is possible in Subversion, with Egit?

Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385

2 Answers2

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
  • 2
    I 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
0

Yes. In EGit, you can select a 'commit' or a 'tag' and then 'checkout'.

Deepak Azad
  • 7,903
  • 2
  • 34
  • 49