I have to download a particular version of software (Moses) to run another piece of software.
The install script attempts to run
svn co https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk moses -r 3284
However Moses has converted its repository to Git.
Whilst hoping that revision numbers have been preserved (otherwise I'm quite screwed), what would be the equivalent Git command to download this version? Moses is now hosted on GibHub https://github.com/moses-smt/mosesdecoder.
I attempted to see documentation for Git but I see there's a good learning curve since it's quite different from SVN (of which I have good knowledge). I just need to download the particular revision only from Git.