| Source Code Management Best Practises |
fashezee

msg:4423593 | 2:13 pm on Mar 1, 2012 (gmt 0) | I have always worked with 1 or 2 programmers. A new project we are starting will have 5 developers on the team. What kind of tools are available in managing the source code, versions etc... We are developing in PHP with a MySQL database. I have found a few options online, however, I would like to know what the WHW members use and what they would recommend. I'm not against having to pay for a tool that can provide practical management of coding.
|
g1smd

msg:4423696 | 5:06 pm on Mar 1, 2012 (gmt 0) | Subversion, Git, Mercurial (Hg). Pick one. :) [edited by: g1smd at 5:06 pm (utc) on Mar 1, 2012]
|
rocknbil

msg:4423697 | 5:06 pm on Mar 1, 2012 (gmt 0) | Git (and github)
|
eelixduppy

msg:4423925 | 1:21 am on Mar 2, 2012 (gmt 0) | I use subversion for source control, JIRA to track the development process, and Jenkins (Hudson) for just about everything else :) [subversion.apache.org...] [atlassian.com...] [jenkins-ci.org...]
|
fashezee

msg:4424100 | 12:12 pm on Mar 2, 2012 (gmt 0) | @eelixduppy is seems I need a development team for the development team! Thanks for all the tips ~ I will be digging into it this weekend. Anyone use SVN?
|
eelixduppy

msg:4424113 | 1:40 pm on Mar 2, 2012 (gmt 0) | >> Anyone use SVN? SVN = Subversion ;)
|
g1smd

msg:4424224 | 6:12 pm on Mar 2, 2012 (gmt 0) | Yeah, I use Subversion and prefer it to Git which I also use.
|
|
|