Last active
August 29, 2015 14:19
-
-
Save luoph/c206819e13f4e3fc93bf to your computer and use it in GitHub Desktop.
svn-checkout-exclude
This file contains hidden or 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
| # 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