Hacker News new | ask | show | jobs
by masklinn 6111 days ago
Actually, TFA isn't about svn repositories but about using working copies for your production site, and leaving .svn world-readable. svn repositories tend to at least use some kind of HTTP auth (if not https or ssh), but a world-readable .svn means your whole project is available.
1 comments

Yup, exactly. s/repositories/working copies/. I've been using git/hg too much lately.