Tag Archives: script

Getting Only Changed Files from Subversion (SVN)

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 […]

Rate this:

Continue reading