• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 … 732 733 734 735 736 … 1204 Next »

Checkout old revision from git
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode
Checkout old revision from git
02-06-2012, 05:32 AM
#1
pixi
Unregistered
 
Hello everyone :-)

I wonder how i can checkout a older revision from git I am interested in this version r7271

http://forums.dolphin-emu.org/showthread...light=lego

I have installed git and checkout the latest code .

Thanks Andreas H


I forget to say that i using Linux (Ubuntu)
Reply
02-06-2012, 09:45 AM
#2
scummos Offline
Level 27 Forum Troll of Trog
****
Posts: 252
Threads: 2
Joined: Nov 2011
Theoretically you can scan through the log and use git checkout, but I don't even know where those version numbers come from. From what I've seen, the transition from svn to git was made long before the 7xxx version numbers.
Find
Reply
02-06-2012, 09:48 AM
#3
disraelie Offline
Member
***
Posts: 172
Threads: 2
Joined: Dec 2009
r7271
Find
Reply
02-06-2012, 10:09 AM
#4
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
r7271 is an svn-style commit name, you'll need to convert it to the currently used git-style names first. We're storing the old svn-style commit names in the commit messages, so you can just grep the "git log" for the commit number (i..e 7271).

In your case, you'll want to check out commit 3af93e8cf3dd. You can do that by calling "git checkout 3af93e8cf3dd". This won't create a branch, but you don't need that when you just want to build that revision. Don't forget to "git checkout master" again once you're done, though Wink
My blog
Me on Twitter
My wishlist on Amazon.de
Find
Reply
02-06-2012, 04:23 PM
#5
pixi
Unregistered
 
Thanks everyone :-)
I will try it after the work :-)

/Andreas H
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma