Monkey code versioning
Monkey Archive Forums/Monkey Discussion/Monkey code versioning
| ||
My easy way to deal with versions is to add a "_v01.monkey"..."_v02.monkey"... after everything, but it'd be nice if we could assign the file where the code could pick up the data folder. In the meantime, I could just stick the main code in one file, then include in the versioning file. Does anyone else have a way they deal with versioning? I suppose with software is another way. |
| ||
I use that here: http://www.fogcreek.com/kiln/ |
| ||
Why don't you use SVN or CVS? |
| ||
Because I don't like SVN nor CVS but more the modern things like Mercurial, Perforce and so on. ;) |
| ||
What about git/github? |
| ||
git is really cool, and also easy once you get to know how it works. |
| ||
git is great I highly recommend "learning" it and getting onboard teh gitboat :) |
| ||
I've started a new topic for the gitboat http://www.monkeycoder.co.nz/Community/posts.php?topic=978 |