Hi, we need a free private svn where to put files regarding our half-life 2 mod. It must be private because we want to relase the game when we decide, and dont want people to download the source. So is there any site out there?
Why not just run a subversion server yourself on a NAS or something similar, and open up the SVN port via your router? I've done that before without too much hassle. Use appropriate auth for the repository and you should be fine.
I'm not sure what your exact requirements are, but I use Unfuddle for a few projects. The free plan provides you with 200MB storage, access for two people, unlimited repos, milestone management, bug tracking, RSS and iCal support, etc. Give it a look.
Origo provides the following services (for free) for both open- and closed-source projects:
- An SVN repository (with web interface)
- A template project wiki page (you're looking at one right now)
- An issue tracker with tag support
- A place to put your releases (ftp upload, API based upload)
Run Subversion yourself on your own server, and use SSH (if security is really important to you) to tunnel across from clients to server. You'll need to port forward across your router.
Running an SVN server is pretty trivial on any platform. See this svn+ssh tutorial for more info.
Check InDefero, there is a free plan with private projects. InDefero is a clone of GoogleCode.
It all boils down to how many contributors you have and how much space you need. I've tried http://beanstalkapp.com/, they offer a free account with 100mb space and up to 3 users. Doesn't offer encryption with a free plan though.