Skip to content

Instantly share code, notes, and snippets.

@luoph
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save luoph/c206819e13f4e3fc93bf to your computer and use it in GitHub Desktop.

Select an option

Save luoph/c206819e13f4e3fc93bf to your computer and use it in GitHub Desktop.
svn-checkout-exclude
# do not check out dir
svn update --set-depth=exclude docs
# do not commit file
svn changelist ignore-on-commit file-you-want-to-add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment