Ever been frustrated trying to get only the changed files from Subversion (SVN) so you can copy/deploy those files and not the entire branch to another environment?
Drove me crazy, too. So I wrote a bash script to get a list of files from a specific svn changeset, and copy those files out of my local working copy to an identical folder structure elsewhere.
You can get the code here: http://www.ronsparks.com/getting-only-subversion-svn-changed-files-for-deployment/
God luck!
No comments yet... Be the first to leave a reply!