source control management system

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
salmon
Forum Newbie
Posts: 9
Joined: Tue Jun 24, 2008 5:03 pm

source control management system

Post by salmon »

I'm creating a team of developers and would like input on what the best source control management system would be. Something equal or better than Microsoft Source Safe, something I can load on a Linux server.


What is the best application?
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: source control management system

Post by AbraCadaver »

I don't know anything about source safe, but SVN is probably the most predominant source control under linux and many IDEs support it.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: source control management system

Post by daedalus__ »

there is bazaar also
Cirdan
Forum Contributor
Posts: 144
Joined: Sat Nov 01, 2008 3:20 pm

Re: source control management system

Post by Cirdan »

Git FTW
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: source control management system

Post by AbraCadaver »

GIT seems to be gaining popularity, though I haven't used it. Never heard of bazzar. CVS, SVN and GIT are the main players.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
User avatar
JNettles
Forum Contributor
Posts: 228
Joined: Mon Oct 05, 2009 4:09 pm

Re: source control management system

Post by JNettles »

Don't use Source Safe. I found it to be an overall evil product. SVN.
salmon
Forum Newbie
Posts: 9
Joined: Tue Jun 24, 2008 5:03 pm

Re: source control management system

Post by salmon »

Can you integrate any kind Business Process Management or workflow software? Or are there any workflow module add-ons?
Post Reply