Link to home
Start Free TrialLog in
Avatar of Kalpesh Chhatrala
Kalpesh ChhatralaFlag for India

asked on

How can work More than One Developer on Single Project in VS 2010

We are developing One Project in C# - Visual Studio 2010

in this Project 5 Developers are working.

how can work more than One Developer on Single Project in VS 2010

We are using remote desktop login in server for developing
Avatar of wdosanjos
wdosanjos
Flag of United States of America image

You should set up your project to use a version control system such as TFS, CVS, Subversion, etc.

More here:
http://en.wikipedia.org/wiki/List_of_revision_control_software
TFS - http://msdn.microsoft.com/library/ms181368.aspx
CVS - http://savannah.nongnu.org/projects/cvs (Open Source)
Subversion - http://subversion.tigris.org/ (Open Source)
Avatar of Kalpesh Chhatrala

ASKER

but how can i implement this software in VS 2010
We use TFS for our VS2010 projects.  I have not used CVS or Subversion with VS, but I believe there are plugins available.

Regarding TFS, follow the link below for the Microsoft TFS web site where you can find information on how to install and configure it.

http://msdn.microsoft.com/en-us/vstudio/ff637362

Hi Kalpesh,

You can setup Visual Source Safe (for Version Control). Which supports integration with VS 2010. Once you install VSS, you need to login each time you open your project solution in VS 2010. And can see which user is working on which file.

Hope it helps,
Girish  
i have a problem when one developer updating some files at that time other developer got access denied error also they frequently get reload messages or save messages or discard messages...

above problem will be solved by using VSS ?
ASKER CERTIFIED SOLUTION
Avatar of gery128
gery128
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
required correct steps for implementation
Thanks