I am working on a shopping cart that is installed locally through xampp.
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 track of what changes I am making 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 do not need any online repository. Everything is locally configured on my home computer.
How can i do this?
UPDATE:
After testing Subversion and Mercurial, I finally went with Mercurial and TortoiseHg.
source
share