I have done quite a bit of development on Wireshark a while ago (about a year and a half) and need to pick it up. I need to migrate changes to the latest Wireshark and I am sure it has changed considerably. What I would like to do is to be able to get hold of a SVN snapshot (47653 to be precise). Is this possible using Git or am I now stuck? Robert asked 17 Apr '14, 11:31 robertc808 |
One Answer:
Each Git commit that was imported from SVN should contain revision information, e.g. "svn path=/trunk/; revision=47653". This means that you should be able to use
answered 17 Apr '14, 11:47 Gerald Combs ♦♦ edited 17 Apr '14, 12:02 |