Up till now I have been developing my personal and school projects at home without using any form of revision control software to handle my changes and whatnot.
My question is, how feasible is it to use a Version Control application (such as TortoiseSVN) for personal projects I do for myself (and even school projects) ?
Is it worth the hassle of checking in, committing changes and all that routine, just for 'home-projects' instead of just making manual backups?
[UPDATE]
So basically, by skimming through all the answers, I have come to the answer that yes, I do need to set up a revision control system for my pet projects.
Excellent, thanks for all the replies. I will now take the time to read every one and extract the good parts.
[UPDATE]
I have now set up Subversion on my system, and have used this online tutorial as a guide: 'Practical guide to subversion on Windows with TortoiseSVN'.
As a follow up to another Subversion post I opened, I have also installed svnserve server as a Windows Service, and have been able to connect to my home repositories remotely.
Links: