Are we having a process followed while check-ins are made to make sure 1. Check in by developer in one language doesn't break something for the other language., this is especially important as there are some common files shared between PHP and Java version 2. Make sure that the unit tests are run for both the versions are run before a check-in is made 3. Have stable source code tree tagged and documented for reducing developers efforts in trying to build and run an unstable version.
Thanks Rajdeep

