All too often I need to release changes to a staging or live server and I always felt the releases were taking too long.
At Karova we use SVN and I always try and commit any releases in one changeset. I wrote a python script to archive all the files listed in a changeset. It's been very very useful so far. Simply run the python script in the root of your repos and you will be prompted for the changeset number. The script then archives all the files in that changeset in a zip file named by changeset. You'll need the svn client in your path for it to work though.
Enjoy.












One Trackback/Pingback
[...] you're looking for a simpler way to deploy SVN changesets check out my python script SVNArchiveByChangeset which still works a treat for packaging SVN changesets as a zip or tar file. Bookmark to: This [...]
Post a Comment