Skip to content

Instantly share code, notes, and snippets.

@dublado
Created February 23, 2012 20:36
Show Gist options
  • Select an option

  • Save dublado/1894920 to your computer and use it in GitHub Desktop.

Select an option

Save dublado/1894920 to your computer and use it in GitHub Desktop.
svn diff zip revision to deploy
Para apenas uma release
svn diff -c 442 | cut -c 9- | xargs zip -9 patch_hoje.zip
Para um range de releases
svn diff -r 419:442 --summarize | cut -c 9- | xargs zip -9 patch.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment