You might want to consider an online repository and/or tracker/planner in addition to your local one. It's another stage of risk management and if, in the future, someone else joins your team, you can scale up just by granting them access.
Some options:
Source Control (Online):
- Assembla - Public source is
free, private repositories are paid
- Source Forge - Open source only
- Google Code - Open source only
- Git Hub - Public source is free,
private repositories are paid
- Bit Bucket - Unlimited private repos with up to 5 contributors, or 8 if you invite friends
Bug Tracking/Project Management
- LightHouse - Unlimited open source, paid private projects
- FogBugz - Full version is free for up to two developers
- BaseCamp - Paid only
- Trac - Not hosted (although Assembla hosts it), open source - Python
- Bugzilla - Not hosted, open source - Perl
- Mantis - Not hosted, open source - PHP