SchweppesAle Posted November 2, 2009 Share Posted November 2, 2009 Hi, I'm looking for something which will allow a team of developers to more efficiently modify the same code, monitor any changes, and also undo those changes. I know there are applications out there which allow you to do this. Does anyone have a few suggestions? Thanks Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted November 2, 2009 Share Posted November 2, 2009 Subversion, Git, Mercurial, etc. I.e. version control systems. Quote Link to comment Share on other sites More sharing options...
Adam Posted November 2, 2009 Share Posted November 2, 2009 Plenty of version control software out there.. CVS, Git, Subversion.. We've recently started using Git at work over CVS and I definitely see the benefits, perhaps not worth the hassle of setting it up though if it would only be used minimally (Git over CVS / Subversion that is). Quote Link to comment Share on other sites More sharing options...
JonnoTheDev Posted November 2, 2009 Share Posted November 2, 2009 Also, team development on long-living projects with constantly changing members can lead to issues with coding standards. CodeSniffer is a tool that can help maintain a coding standard. Worth a look. http://pear.php.net/package/PHP_CodeSniffer Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 2, 2009 Share Posted November 2, 2009 Make sure to use Subversion NOT CVS, CVShas many bugs, install it on a Linux machine and then most Zend studio, Netbeans and eclipse will plug straight into the server. Quote Link to comment Share on other sites More sharing options...
Adam Posted November 2, 2009 Share Posted November 2, 2009 Make sure to use Subversion NOT CVS, CVShas many bugs, install it on a Linux machine and then most Zend studio, Netbeans and eclipse will plug straight into the server. I've been using CVS for over a year now and can only really think of 1 -perhaps- bug. It's just pretty limited I think. Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 2, 2009 Share Posted November 2, 2009 Make sure to use Subversion NOT CVS, CVShas many bugs, install it on a Linux machine and then most Zend studio, Netbeans and eclipse will plug straight into the server. I've been using CVS for over a year now and can only really think of 1 -perhaps- bug. It's just pretty limited I think. bugs i found where if you commit a file without adding it the cvs gets corrupt, if you commit a folder without adding it then individual adding each file same prob. subversion is just awesome, just has no issues. Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 2, 2009 Share Posted November 2, 2009 tbh, subversion is what cvs is meant to be Quote Link to comment Share on other sites More sharing options...
Adam Posted November 2, 2009 Share Posted November 2, 2009 Perhaps an installation issue there, for me it spits out an error. Quote Link to comment Share on other sites More sharing options...
Mchl Posted November 2, 2009 Share Posted November 2, 2009 Eventum for issue tracking. Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 2, 2009 Share Posted November 2, 2009 Perhaps an installation issue there, for me it spits out an error. maybe, but subversion i have not encountered a single problem with yet, its just plain old commit commit Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 2, 2009 Share Posted November 2, 2009 Eventum for issue tracking. im gonna recommend that to my supervisor. oh and guys you should use Navicatlite for MySql postgres and oracle etc its free, the paid for version is pretty good, speeds up development, slightly off topic but still. Quote Link to comment Share on other sites More sharing options...
Mchl Posted November 2, 2009 Share Posted November 2, 2009 A bit more general: Free Mind for mind mapping. Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 2, 2009 Share Posted November 2, 2009 A bit more general: Free Mind for mind mapping. iv been looking for that kinda stuff from wikies, i mean i have loads of ideas that just go miss because i forget them and any developments on them general ideas for the wold, lol somone should have a blog for that hahaha Quote Link to comment Share on other sites More sharing options...
Mchl Posted November 2, 2009 Share Posted November 2, 2009 lol somone should have a blog for that hahaha http://litemind.com/ Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 2, 2009 Share Posted November 2, 2009 now i know who to ask for links, is your mind set out like a web ??? Quote Link to comment Share on other sites More sharing options...
Mchl Posted November 2, 2009 Share Posted November 2, 2009 Yes. I even have 404 error neurons. Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 2, 2009 Share Posted November 2, 2009 Yes. I even have 404 error neurons. my mind is UML and an ERD Quote Link to comment Share on other sites More sharing options...
JonnoTheDev Posted November 3, 2009 Share Posted November 3, 2009 my mind is UML and an ERD MULERD Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 3, 2009 Share Posted November 3, 2009 my mind is UML and an ERD MULERD ahahahaha Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.