Alternatives to Visual Sourcesafe that integrate with Visual Studio - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T17:28:21Z http://stackoverflow.com/feeds/question/16073 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio 15 Alternatives to Visual Sourcesafe that integrate with Visual Studio Zappa5 2008-08-19T12:33:34Z 2009-06-22T20:58:25Z <p>I am interested in dropping Visual Sourcesafe in favor of a version control application that offers branching. Sourcesafe's integration into Visual Studio makes checkins/outs a breeze. Can anyone suggest some other programs that offer the same functionality? I would prefer open source but it is not a requirement.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16075#16075 0 Answer by ZombieSheep for Alternatives to Visual Sourcesafe that integrate with Visual Studio ZombieSheep 2008-08-19T12:35:41Z 2008-08-19T12:35:41Z <p>Lots of source control systems offer VS IDE integration. I'm currently using (actually, being forced, almost at gunpoint to use) ClearCase. As much as I loath and detest it, it <em>does</em> offer VS IDE integration, as well as branching.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16078#16078 3 Answer by DavidWhitney for Alternatives to Visual Sourcesafe that integrate with Visual Studio DavidWhitney 2008-08-19T12:36:04Z 2008-08-19T12:36:04Z <p>Try Subversion: http://subversion.tigris.org/ with both tortoise SVN <a href="http://tortoisesvn.tigris.org/" rel="nofollow">http://tortoisesvn.tigris.org/</a> for shell intergration and one of either Ankh SVN <a href="http://ankhsvn.open.collab.net/" rel="nofollow">http://ankhsvn.open.collab.net/</a> or Visual SVN <a href="http://www.visualsvn.com/" rel="nofollow">http://www.visualsvn.com/</a> for studio intergration.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16085#16085 27 Answer by Prakash for Alternatives to Visual Sourcesafe that integrate with Visual Studio Prakash 2008-08-19T12:38:24Z 2008-08-19T12:57:25Z <p>Go for <a href="http://subversion.tigris.org/" rel="nofollow">Subversion</a>.</p> <ol> <li>It is Opensource</li> <li>Widely used. Lot of support</li> <li>Plugin choices for Visual Studio </li> </ol> <p><a href="http://www.sourcegear.com/fortress/index.html" rel="nofollow"><img src="http://www.sourcegear.com/images2/Fgrey.jpg" alt="alt text" /></a></p> <p><a href="http://www.visualsvn.com" rel="nofollow"><img src="http://www.visualsvn.com/images/logo.gif" alt="alt text" /></a></p> <p><a href="http://ankhsvn.open.collab.net/" rel="nofollow"><img src="http://ankhsvn.open.collab.net/images/ankhsvn.gif" alt="alt text" /></a></p> <p><a href="http://www.pushok.com/soft_svn.php" rel="nofollow"><img src="http://www.pushok.com/images/logo1.gif" alt="alt text" /></a> <a href="http://www.pushok.com/soft_svn.php" rel="nofollow"><img src="http://www.pushok.com/images/logo2.gif" alt="alt text" /></a></p> <p>Also came across this <strong><a href="http://forums.msdn.microsoft.com/en-US/vssourcecontrol/thread/371a15f5-94f3-4c33-9d5f-b6a9c720c089/" rel="nofollow">Microsoft Forum Discussion</a>..</strong></p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16087#16087 10 Answer by André Casteliano for Alternatives to Visual Sourcesafe that integrate with Visual Studio André Casteliano 2008-08-19T12:38:58Z 2008-08-19T12:38:58Z <p>SourceGear Vault ... nice integration with VS and a very good product ... stores it's data on SQL Server, making it very easy to backup / migrate to other machines/servers.</p> <p>By far the best source control tool I've used.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16090#16090 2 Answer by Joseph Daigle for Alternatives to Visual Sourcesafe that integrate with Visual Studio Joseph Daigle 2008-08-19T12:43:06Z 2008-08-19T12:43:06Z <p>SourceGear Vault is very much a replacement for Visual Source Safe. You get the same feature set, and much much more. Additionally it's stable and scales well. But it is very expensive.</p> <p>Subversion is great for small shops because it's free. The TortoiseSVN client integrates seemlessly into the Windows Explorer shell. But for Visual Studio integration I would promote VisualSVN's plugin. It's not free, but it is very affordable.</p> <p>Subversion also gives you the advantage of integrating with many other software management tools out of the box.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16124#16124 2 Answer by CodingWithoutComments for Alternatives to Visual Sourcesafe that integrate with Visual Studio CodingWithoutComments 2008-08-19T13:05:46Z 2008-08-19T13:05:46Z <p>Subversion. Because, dude, <a href="http://www.codingwithoutcomments.com/2008/08/16/the-not-so-boring-guide-to-subversion-part-1/" rel="nofollow">it's like a Time Machine.</a></p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16144#16144 5 Answer by staffan for Alternatives to Visual Sourcesafe that integrate with Visual Studio staffan 2008-08-19T13:23:27Z 2008-08-19T13:23:27Z <p>Perforce (p4) also offers Visual Studio integration and is a very capable source code control system (although not open source).</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16147#16147 0 Answer by James Sutherland for Alternatives to Visual Sourcesafe that integrate with Visual Studio James Sutherland 2008-08-19T13:26:04Z 2008-08-19T13:26:04Z <p><a href="http://www.softimage.com/products/alienbrain/" rel="nofollow">Alienbrain</a> also has Visual Studio integration. Wouldn't really recommend it for code, though (it's more designed for art assets).</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16173#16173 1 Answer by Campbell for Alternatives to Visual Sourcesafe that integrate with Visual Studio Campbell 2008-08-19T13:42:33Z 2008-08-19T13:42:33Z <p>I know you mentioned open source and this is going at the far end of the spectrum to that but I really like Team Foundation server.</p> <p>It's not just a source control system but an entire Application Life cycle management tool. It gives you so much more than just source control and unless you are working in a very small team I would suggest it provides value beyond it's price tag.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16195#16195 7 Answer by Nick Berardi for Alternatives to Visual Sourcesafe that integrate with Visual Studio Nick Berardi 2008-08-19T13:54:59Z 2008-08-19T13:54:59Z <p><strong>Team Foundation Server</strong></p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16211#16211 1 Answer by Wilka for Alternatives to Visual Sourcesafe that integrate with Visual Studio Wilka 2008-08-19T14:02:45Z 2008-08-19T14:02:45Z <p>If you're moving SourceSafe, then <a href="http://www.sourcegear.com/vault/" rel="nofollow">Vault</a> is a really smooth upgrade path. It's designed as a SourceSafe replacement, so all of the things you used to use in SourceSafe (including IDE integration) are there (along with some new stuff). </p> <p>It also has an import tool that will bring in your SourceSafe data along with version history. It's not open source, but it is pretty cheap for a version control system.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16213#16213 1 Answer by TonyLa for Alternatives to Visual Sourcesafe that integrate with Visual Studio TonyLa 2008-08-19T14:02:55Z 2008-08-19T14:02:55Z <p>My vote is for Subversion because it does what you need and nothing more. </p> <p>Alternatively if you are a bit more adventurous and require a more complex branching strategy you can check out git. </p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16235#16235 2 Answer by Mike Baker for Alternatives to Visual Sourcesafe that integrate with Visual Studio Mike Baker 2008-08-19T14:13:41Z 2008-08-19T14:13:41Z <p>While Subversion is gaining a pretty big following, we use AccuRev. It's simple to use, has nice graphical editors as well as Visual Studio/File Explorer integration. It ain't free though.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/16257#16257 0 Answer by Chuck for Alternatives to Visual Sourcesafe that integrate with Visual Studio Chuck 2008-08-19T14:23:21Z 2008-08-19T14:23:21Z <p>The options that have been mentioned are all good; StarTeam is another option with integration (although not for 2008 yet). </p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/30481#30481 0 Answer by Brian Stewart for Alternatives to Visual Sourcesafe that integrate with Visual Studio Brian Stewart 2008-08-27T15:40:05Z 2008-08-27T15:40:05Z <p>I have used both Subversion and Team Foundation Server extensively, and even though TFS is very tightly integrated into the IDE, I would recommend Subversion. TFS lacks a couple of features that Subversion has, that I really miss - the biggest being the ability to share code across multiple projects using the svn:externals property. TFS does not have this, and this has forced us to structure our source tree in a somewhat artifical way, so as to not have to copy GB of stuff every time we create a branch. I hear that Subversion's integration into the IDE is much better now than when I last used it. I would also mention that if you need work item tracking and other ALM features like that right in the IDE - then TFS may still be the best way to go for you- it all depends on your particular needs.</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/406445#406445 0 Answer by Drakonite for Alternatives to Visual Sourcesafe that integrate with Visual Studio Drakonite 2009-01-02T10:18:29Z 2009-01-02T10:18:29Z <p>While not completely free, <a href="http://www.perforce.com" rel="nofollow">Perforce</a> has a free 2 user/5 workstation license, and is currently my source control of choice. The P4 SCC plugin integrates seemlessly into VS (auto-checkouts on edit, etc.)</p> http://stackoverflow.com/questions/16073/alternatives-to-visual-sourcesafe-that-integrate-with-visual-studio/1029355#1029355 0 Answer by pablo for Alternatives to Visual Sourcesafe that integrate with Visual Studio pablo 2009-06-22T20:58:25Z 2009-06-22T20:58:25Z <p>Go for <a href="http://www.plasticscm.com" rel="nofollow">Plastic SCM</a>. It's very easy to use, it's one of the strongests using branches and one of the few enabling true distributed development from withing VStudio. Great refactor support (move tracking, merge tracking and so on), try moving files from VStudio and so on, and it's free for open source.</p>