Created
March 7, 2015 11:41
-
-
Save jeremyj/8bbd6c11e2858de1d86d to your computer and use it in GitHub Desktop.
svn checkout one file
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
svn checkout <url_of_big_dir> <target> --depth empty | |
cd <target> | |
svn up <file_you_want> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment