Comment on What are the best practices for releasing code from a development to production server?Comments−skeevis18yI 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.
Comments
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.