Alan Burlison wrote:
> What exactly is going to be in the repository?
The source code to the web app
> How is that going to work if the code in question needs compiling?
I (again) assume that hg has hooks that trigger on pushes
that can be used to do work on the server:
clone a build space,
compile it,
kick the web server to tell it it has a new war file to load
done
(or somesuch)
> And normally ...
All reasonable concerns that may or may not be an issue.
If 50% or 80% of the pushes don't need that type of handholding,
then this might be a good thing to do. Certainly, after an
initial "invention" spurt, most of the changes won't be doing
a lot of schema changes...
-John