You are not logged in.
I am doing a large project with PHP language. I would like to use some tool to keep track of each change I make. It would be very nice to go back to different phases and situations before changes. It seems hard to keep track of everything by hand.
What web-based or other tools could I use that would keep track of changes?
Offline
There are numerous version control systems including google:CVS, google:SVN and google:mercurial to name but a few - give SVN a try.
Unless you run it locally the best way to get access to a SVN repo is to get yourself a project on somewhere like google:gna or google:berlios - I'm sure they'd be happy to support you
Offline
OK, thanks for the tips!
Offline