Hi,
It looks like the commit activity is going up. Great!
The side effect is that we now run into concurrent changes and thus, we need to deal with merges. As a discipline, please try to follow the following routine: - before commit, look at the changes - commit (do not forget the descriptive comment :)) - after the commit, browse the remote repository to see if there is no concurrent change - if a concurrent change appeared, merge
Cheers, Doru