Hi Jim,
I wanna switch to git, because something went wrong when we started
with hg: there are several repositories just for a branch,
http://www.assembla.com/wiki/show/CMakeLua/Sandbox_Repository_Locations
We also don't need all the original checkins in our repository, this
makes too much noise and we don't see our own changes any more.
I've tried to extract our changes but it failed because in 500
mercurial files the cvs $DATE is expanded by / and not by - so the
diff against cvs is very big. Before fiddling around with this patch
patches I think I will apply the relevant changes by hand.
I assume the master CMakeLua repository is the one with the most actual
patches, some stuff is in the sandbox4, but as I can see sandbox1-3 are
obsolete, but we have to check.
The last update on master was 2008-04-14. I wanna do a cvs checkout
of -D2008-04-14 and then overwrite the code with our hg files, this
gives us all changes against cvs. Without the $DATE changes the patch
isn't that big, and could be applied by hand to a clean cvs checkout
of -D2008-04-14. With a simple cvs update we should have our changes
in the actual code.
Any better ideas? I'm sure there are much more ingenious ways of
handling this but it will work.
Peter