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)
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.