Dolphin, the GameCube and Wii emulator - Forums
7564 source - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: 7564 source (/Thread-7564-source)



7564 source - slotrout - 10-09-2016

From where and how to download Dolphin Revision 7564 source code?


RE: 7564 source - JosJuice - 10-09-2016

I can't find any version with that number. (I'm guessing you meant 4.0-7564, which the downloads page says doesn't exist.)


RE: 7564 source - slotrout - 10-09-2016

This version is from 2011.


RE: 7564 source - JosJuice - 10-09-2016

Ah, so r7564. I hope someone else can tell you how to get that, because I don't know much about the old SVN versions.


RE: 7564 source - Shonumi - 10-09-2016

Not sure, but I think you can do this with the git command line tools like so:

Code:
git svn log --show-commit -r7564
git checkout whatever_hash_you_just_got_from_the_log

Or something of that nature. If I recall correctly, when Dolphin used to be on Google Code, the switch from SVN to git was made, so those earliest commits should all have git hashes associated with them. I remember doing it a looong time ago. Check out this page for more info -> https://git-scm.com/docs/git-svn


RE: 7564 source - LPFaint99 - 10-09-2016

7564 is git revision `3bcb406c4640fdd08f171b14dd1ef3245702182b`
checkout the git repo at this commit
https://github.com/dolphin-emu/dolphin/commit/3bcb406c4640fdd08f171b14dd1ef3245702182b


RE: 7564 source - mbc07 - 10-09-2016

For further reference: https://changes.dolphin-emu.org/page.07.html