Reputation: 12884
I am working on a project and my system is connected to the server running windows server 2008 r2.
We are 4 people working on the same project on different machine.
Now every one code the project from the own system stored locally
But i want all of us to be working on the same project located at one placed.
So that every one's work is synchronised..
Currently We are using Visual Studio 2010 Ultimate.
But we dont have Team Server
Upvotes: 0
Views: 577
Reputation: 20054
You not only want source control, you need source control. I suggest you also start reading the Joel test:
http://www.joelonsoftware.com/articles/fog0000000043.html
And I would recomend the "The Pragmatic Programmer" to you:
http://pragprog.com/the-pragmatic-programmer
Upvotes: 3
Reputation: 5126
I would go for SubVersion (SVN) it integrates nice with Visual Studio if you use VisualSVN and SVN Tortoise
Upvotes: 0
Reputation: 73594
You should be using source control of some sort. There are many free products to choose from, and some low-cost hosted ones.
Personally, prefer SVN (Subversion) but there are tons of alternatives.
http://en.wikipedia.org/wiki/Revision_control
http://en.wikipedia.org/wiki/List_of_revision_control_software
http://en.wikipedia.org/wiki/Comparison_of_free_software_hosting_facilities
SourceForge and Google Code appear to be popular hosting providers.
Upvotes: 3