Hi,
Lets say two front end developers are working on the same file just for changing a css propery without knowing each other.They both work in their own branch in the source control.
First developer's css changed file deployed to the test system, and it is still in test phase.
Before the first developer's change is approved and deployed to production, second developer's css changed file deployed to the test system and overwrote the first developer's version.
Is there any feature that tracks each file's status< on prod, test pass,still in test, test fail, ready for prod etc. > on the test system in Hudson or Cruise Control.
And also is there any feature in Hudson or Cruise Control that warns or protects this kind of overwrite/merge/conflict cases for this small css cahnge case.
Best Regards