Monday 29 August 2011

muddle is now stored in git

As of just now, the muddle Google Code repository has been converted to git.

If you're still accessing muddle via subversion, then you are using a "frozen" version, which will not be developed further. The last subversion revision is revision 638. Also note that due to difficulties in converting our subversion repository to git (strange stuff, honestly), only trunk has been converted, and at that only since revision 78 (around when something strange seems to have happened, probably to do with trying to merge stuff in subversion).

Cloning muddle is done as one might expect:

  git clone https://code.google.com/p/muddle/

Why do this? Well, it makes it easier to development locally (distributed version control systems, yeah), and much easier to branch (last time I tried that in subversion was a nightmare).

Any problems, please contact me and ask.

No comments:

Post a Comment