As the team grows I am having these specifc problems:
- When a developer starts working on small changes, they cant see if another develoer has made changes to the same files as part of a alarger project on Dev or Dev and Test
- How to identify dependencies across files - we can see whiich files are include, but not easy to see all that include a given file. e.g If we change cls_datefunctions how to ID all the files that use it for testing
- How to package up changes to code (including multiple folders, includes etc) and SQL/MySQL scripts to move them quickly over from one server to another without errors
I have used Subversion, TortoiseSVN, TortoiseCVS , Microsft Source safe etc but none of them seem to solve these problems.
Any ideas ?