I'm looking at setting up a repository I can store my personal projects' code on. I'm aiming for cheap, doesn't have to be fast or pretty. Anyone out there with experience doing this?
- I'll probably need console access to a Linux server right? Is it possible to circumvent this requirement? Googling turned up a few PHP-based projects online (PHP Simple CVS, ACVS) but I wonder if they have enough features to be usable.
- How much overhead in terms of space is usually consumed? Like if I have 500MB of source code how much larger could it get once the churn sets in?
- I heard CVS needs to sit on its own dedicated server, which I think is overkill for me. Any lightweight options you can suggest?
- Did I mention it has to be cheap? Open source is probably the way to go, but you might be able to recommend proprietary stuff that's really worth the money.