Deny access to .svn directories with IIS
The problem: I like using Subversion to deploy web content to production servers. I check in everything while I’m working on the development copy, then check out onto the server when it’s ready. Subversion creates a .svn directory contain readable…
Adding Subversion keywords to an entire Symfony project
For some reason, even though I’ve set default properties in my .subversion/config, it doesn’t always apply to new files, so I end up doing this once in a while: svn propset svn:keywords ‘Id Rev URL HeadUrl’ \ `find apps/ config/…