I have been working on a project for a while and have found it quite annoying to keep track of all the changes I make to my web application. I have done a bit of googling but have not found what I want, maybe I am not googling for the right things as I am new to SCM.
I have a webserver and I would like to ideally keep the latest up-to-date working version on the webserver. I was wondering if it would be possible to run a piece of software that will keep track of all the changes I make and automatically update the latest version via FTP to my web server?
The application is written in a mixture of html/css/javascript(mainly) and php/mysql for serverside.
Cheers, Josh