I have visual studio 2010 pro, and I need to be able to work side by side on the same project with another programmer who will also be running visual studio 2010. How can this be done the cheapest way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I Suggest you to use Subversion for this.
You can get a free SVN server and easy to install like VisualSVN http://www.visualsvn.com/visualsvn/download/
First yo install this server and then you have to install a client on the PCs (my suggestion is TortoiseSVN) http://tortoisesvn.net/downloads.html
It takes some time to configure this, but you make it once and then you have the infraestructure for future projects. SVN is a one way trip…
Hope this helps