This seems like a pretty beginner question; however, I have no idea what the link for the latest revision of cake 1.3 is. I have git and svn working with eclipse. I think cake is using git now instead of SVN (perhaps I am mistaken). If it is using git could someone give me some instruction?
closed as not a real question by Wooble, Max MacLeod, Firoze Lafeer, Ćukasz Niemier, ecatmur Apr 18 at 19:34
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You are right, CakePHP has moved to Git and Github:
Will "checkout" the latest commit.
Will then "update" the repository to the HEAD revision. EDIT: I just realised that CakePHP has a separate 1.3 development branch. You'll have to:
And that will switch you to the 1.3 branch. |
|||||||||
|
|
The above response by Brian McKenna works, but as of 4/4/12 the first command he lists does not work. I tried for HOURS to figure it out... and the problem is the inclusion of the "1x" in the URL:
Running this command would result in
Instead, I was able to successfully check out the initial copy and then follow steps 2 and 3 to pull the 1.3 version by starting off with:
I hope someone else who is following the above solution finds this and does not get stuck like I did. |
|||
|