Hacker News new | ask | show | jobs
by graywh 6337 days ago
I say svn+ssh is perfect for working solo.

It can also work great for a team (multiple ssh keys, one per user, single 'svn' account on the server). That is, until you want to add some authorization/access control--that's a job for Apache + mod_dav + authz.

1 comments

Good point... Easy (for me) to forget large teams exist ;)