Click to See Complete Forum and Search --> : Simple Source Code Control
DeanMc
Nov 2nd, 2009, 06:05 PM
Hi Guys,
As my projects get bigger I am beginning to understand the need for source control. What I am looking for is the simplest way to manage this. I do not what a big product, just something simple and effective.
Any recommendations?
I use VS2008 prof edition but currently and testing 2010 and would like source control there too if I can.
JuggaloBrotha
Nov 2nd, 2009, 06:48 PM
VSS is pretty easy to use and it integrates with VS as well.
Cander
Nov 2nd, 2009, 07:11 PM
www.codeplex.com for 2010 since you will be able to use Team Explorer with 2010 Pro without having to purchase the outrageously expensive Team Edition and Codeplex provides Team Foundation Server support
or
http://code.google.com/projecthosting/ now and use Ankh http://ankhsvn.open.collab.net/ to integrate with VS
All the above are free.
DeanMc
Nov 3rd, 2009, 07:37 AM
Thanks guys, Cander which one would you recommend?
Cander
Nov 3rd, 2009, 11:05 AM
I have only used Google Code with XCode on my Mac but have been pleased with it. You can make the project private and it has a good web interface to view your code anywhere. CodePlex I have no actual experience with.
techgnome
Nov 3rd, 2009, 11:34 AM
The down side of CodePlex is that it is intended for OpenSource projects:
What are the requirements for hosting a project on CodePlex?
Your project must meet the following criteria:
1. You must choose a license for your project (license resources: Open Source License page on Wikipedia)
2. It must be an ongoing project (no "abandoned" projects)
3. It must have source code (no non-software projects)
If you discover a project which is not complying with these requirements, please report it using the contact us form.
What licenses does CodePlex support?
Project coordinators can select from a list of the following OSI licenses: Apache License 2.0, Common Development and Distribution License (CDDL), Eclipse Public License (EPL), GNU General Public License (GPL) v2, GNU Library General Public License (LGPL), Microsoft Public License (Ms-PL), Microsoft Reciprocal License (Ms-RL), Mozilla Public License 1.1 (MPL), New BSD License, and The MIT License. If your project requires a license that is not on the list, you can request a custom license using the contact us form.
-tg
ntg
Nov 3rd, 2009, 01:23 PM
I would definitely recommend SVN for both simple and complicated projects. You'd need to use a free SVN server like this (http://www.visualsvn.com/server/) and a free SVN client like this (http://tortoisesvn.tigris.org/). If you want something free to integrate SVN into Visual Studio as well, try this (http://ankhsvn.open.collab.net/).
Pradeep1210
Nov 3rd, 2009, 01:29 PM
Since you just want a simple to use source control, just use the VSS. Nothing funky and integrates into your visual studio environment. It is adequate for what you need.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.