I want to share the same Visual Studio 2010 project with my team where my team can work on the same project at the same time, anywhere, anytime.
I know TFS can do it,but I don’t want to use it because we can’t afford the license fee,can you please suggest another way which is simpler….
Please do reply.
Thank you.
The category of tool you’re looking for is called, alternatively, “Version Control”, “Version Management”, or “Revision Control”. This software forms a critical part of a larger discipline called “Software Configuration Management”.
For us, we use the Subversion system. It’s got excellent Windows support (and integrates nicely with Visual Studio with ankhsvn. It’s all free, of course.
Other popular systems include git and Mercurial. There are many, many others.