Skip to content

Instantly share code, notes, and snippets.

@xiian
Created March 16, 2011 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiian/873049 to your computer and use it in GitHub Desktop.
Save xiian/873049 to your computer and use it in GitHub Desktop.
Zend Framework SVN server change fixer
# Run in base path of your ZF checkout
# Will update the UUIDs without needing to re-check out everything.
find . -name 'entries' | xargs perl -pi -e 's/44c647ce-9c0f-0410-b52a-842ac1e357ba/1589e24e-76c8-4bf2-8f94-c092ebc2bf4e/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment