When I go to deploy my django installation, I get the following error:
local: git tag -l release/beta* | tail -1
run: git checkout release/beta-20120221-150831
out: error: pathspec 'release/beta-20120221-150831' did not match any file(s) known to git.
The tag exists on my local box, but it doesn't on my staging server. Why? It sends the most recent release "release/beta-20120221-150831".