Category Archives: bash

deploying code from SVN to a webhost that can’t access your repository

I just ran into the problem of trying to deploy code from an SVN repository to a machine that couldn’t access the repo (corporate firewall in the way). Since manually keeping tabs of which files were changed and pushing by hand sucks, and doing clean builds for minor changes is a time sink, a better […]