Click here to Skip to main content
15,901,505 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
In my working company they have one system for server for development team. My question is i want one open source Control version system application which i want to install into that server system and add my projects into that CVS. All my team member systems want act to be client. If anyone change in coding they want to check out and others will get that coding when they do get latest like in the version of visual studio 2005. I want like that. Is there any application like that? Your reply will help to me.

What I have tried:

Github, mercurial, bazaar all are like command line prompting. I feel its just difficult. Please help..
Posted
Updated 21-Jun-16 3:05am
Comments
F-ES Sitecore 21-Jun-16 9:29am    
You also get Visual Studio plug-ins for SVN if you want to use that, but SVN and GIT are probably the more commonly used ones.
Sergey Alexandrovich Kryukov 21-Jun-16 11:43am    
You are probably considering only distributed revision control systems. There are good UI products for each of the systems you listed. Each developer can choose whatever she/he likes.
—SA

Git is supported directly in Visual studio - I use it and haven't had to use a command line once.
This shows how to get it running with BitBucket: Getting started with GIT, Visual Studio, and BitBucket[^]
And this shows how to host your own Git server under Linux: How to Run Your Own Git Server | Linux.com | The source for Linux information[^]
And this for Windows: Setting up a Git server on Windows using Git for Windows and CopSSH · msysgit/msysgit Wiki · GitHub[^]
 
Share this answer
 
As you seem to be an MS shop, there's also TFS, which is Microsoft's VCS. If you don't want the other of setting up your own server then MS host it in the cloud under Visual Studio Online.

Which VCS you can get directly integrated into VS will depend on what version you;re using. TFS has integrations all the way back to 2005 but Git support is better and more integrated in newer versions of VS.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900