Created
March 26, 2012 10:35
-
-
Save bluefuton/2204364 to your computer and use it in GitHub Desktop.
Create an archive of the changed files between two Subversion revisions, preserving directory structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Based upon http://serverfault.com/a/49324 | |
tar -cf archive.tar `svn diff -r 542:HEAD --summarize | grep -v "^D" | awk '{print $2}' | grep -vw "."` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment