<div>can someone recommend me of an online source(version) control integrated with visual studio 2010(free if there is or chargable), something like Microsoft visual source safe hosted in a static IP or </div> <div> </div> <div>any other custom tool integrated
with visual studio.</div> <div> </div> <div>my project is a private one not a community project.</div>
Most popular source control engines (SVN, Git, Mercurial, TFS) have VS support in one form or another (TFS has built-in support, others have 3rd party extensions). You could probably search for a hosted source control provider and find a VS extension to
match. For example, github.com has pricing plans that give you some number of private repositories (any public repositories are free), and you could match it with Git
Source Control Provider extension. (disclaimer: I have used neither github.com nor the Git extension for VS; these are meant as an example of one service you could choose from).
If this post has solved your problem, please select 'Mark as answer'
- Jimmy Lewis
Microsoft SDET
Visual Web Developer Team
Marked as answer by matelin on Feb 05, 2011 03:07 AM
matelin
Participant
955 Points
294 Posts
Source(Version) Control Integrated With Visual Studio 2010
Jan 19, 2011 05:19 PM|LINK
hi,
<div>can someone recommend me of an online source(version) control integrated with visual studio 2010(free if there is or chargable), something like Microsoft visual source safe hosted in a static IP or </div> <div> </div> <div>any other custom tool integrated with visual studio.</div> <div> </div> <div>my project is a private one not a community project.</div>Matelin
egor598
Contributor
3025 Points
448 Posts
Re: Source(Version) Control Integrated With Visual Studio 2010
Jan 19, 2011 06:09 PM|LINK
You could try Subversion, it's free, stable, open source and easy to use:
For windows there's VisualSVN server: http://www.visualsvn.com/server/download/
Subversion Client for VS.NET: http://ankhsvn.open.collab.net/
File Explorer client: http://tortoisesvn.tigris.org/
Free book about Subversion: http://svnbook.red-bean.com/en/1.5/svn-book.html
Hope this helps.
jamlew
Participant
1977 Points
256 Posts
Microsoft
Re: Source(Version) Control Integrated With Visual Studio 2010
Jan 20, 2011 07:58 PM|LINK
Most popular source control engines (SVN, Git, Mercurial, TFS) have VS support in one form or another (TFS has built-in support, others have 3rd party extensions). You could probably search for a hosted source control provider and find a VS extension to match. For example, github.com has pricing plans that give you some number of private repositories (any public repositories are free), and you could match it with Git Source Control Provider extension. (disclaimer: I have used neither github.com nor the Git extension for VS; these are meant as an example of one service you could choose from).
- Jimmy Lewis
Microsoft SDET
Visual Web Developer Team