Skip to content

Instantly share code, notes, and snippets.

@frasten
Created November 9, 2010 12:11
Show Gist options
  • Save frasten/669018 to your computer and use it in GitHub Desktop.
Save frasten/669018 to your computer and use it in GitHub Desktop.
Creare patch SVN con file binari
svn diff --force --diff-cmd /usr/bin/diff -x "-au --binary" > patch.patch
# Per importarla:
patch -p0 < patch.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment