Hello
I am working on a shopping cart which is installed locally via xampp.
The files are stored in:
D:/xampp/htdocs/cart
Now I would like to start making coding changes and design changes, but I need to keep a track of what changes i make so that I can go back and forth.
I would like to mention that I am the only developer working on the code, so i dont need any online repository. Everything is setup locally on my home computer.
how can I go that ?
UPDATE: After testing Subversion and Mercurial, i finally went with Mercurial and TortoiseHg.