From: Vladimir G. <vla...@du...> - 2011-04-19 13:56:48
|
On Apr 19, 2011, at 9:34 AM, Rutger Vos wrote: > Not sure if I was supposed to know that - so any commit goes live on > the production server immediately? That means I'm going to have to > change my commit behavior, I tend to commit files individually so that > I can give more specific messages to explain the changes in each of > them. Bulk commits will have to have more generic explanations, I > guess. Only treebase-dev is built and deployed automatically by hudson. Production is also deployed through hudson, but that is triggered manually, as needed. It's indeed a good idea to only commit code that is believed to be buildable and runnable. -V |