Migrating from Subversion to Git how can I find a commit given a revision number?

Posted by Patrick Allaert on Stack Overflow See other posts from Stack Overflow or by Patrick Allaert
Published on 2010-06-07T13:17:33Z Indexed on 2010/06/07 13:22 UTC
Read the original article Hit count: 158

Filed under:
|
|
|

Migrating from Subversion to Git using svn2git (which internally uses git-svn) I'd like to know how I can find a specific revision commit.

It is quite common to have issues tracker to have comments like: "Fixed in r12345".

Given this, I'd like to be able, for example, to extract the diff corresponding to r12345.

Thanks in advance.

Regards

© Stack Overflow or respective owner

Related posts about svn

Related posts about git