What are the best practices for releasing code from a development to production server?

3 points by ACSparks ↗ HN
We are currently using Ant, and were wondering if there is a different way of doing things.

3 comments

[ 4399 ms ] story [ 1086 ms ] thread
I was using ant, and hated it. What I do now is check in all code into subversion, then if it's ready for release, tag it, then check out the tag directly onto the production server.