Forum Moderators: mack

Message Too Old, No Replies

Changelog Best Practice

         

viggen

7:52 am on Jun 9, 2010 (gmt 0)

10+ Year Member



Hi,

I recently plunged myself for the first time into php/mysql coding and i was wondering what are the best ways to keep track of my changes.

coopster

5:22 pm on Jun 9, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



There are concurrent version systems (CVS), one of the more popular is Subversion. It makes it really easy to commit and rollback release versions. I also use Eclipse, it is an open source IDE. Eclipse has preferences that allow you to set local history tracking. It also supports CVS and Subversion.