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?
Share
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.