I'd like to self-host an SVN repository for a personal project (web game), but I'm unsure of where I should host it. It wouldn't receive a lot of traffic as I am the sole developer. These are the options I see:
- Use one of my personal computers
- Use the VPS running the web server for the project
Hosting it on the VPS makes the most sense to me. Is this the right choice or are there pitfalls to using what is essentially a production server for code hosting?