We have a very large software package that we’ve written across 3 developers, one in another country.
Now that the project is getting bigger and bigger and we now have 3 developers, it’s getting harder and harder to merge.
What we currently do is have a central project folder that we all merge into manually using Beyond Compare. This works quite good, but is very slow and a bit of a choring process since we have over 15 modules and hundreds of files to merge.
What we really need is a good plugin for Visual Studio. We need to be able to do manual commits for each line/block we’ve changed.
Can anyone suggest any good VS plugins or software that can help us?
Potentially you may be able to do this with a combination of http://ankhsvn.open.collab.net/ or http://www.visualsvn.com/ and if it’s an option (depending on the projects delegation control) an externally hosted SVN server to help lower latency concerns.