Skip to content

Instantly share code, notes, and snippets.

@jeremyj
Created March 7, 2015 11:41
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 jeremyj/8bbd6c11e2858de1d86d to your computer and use it in GitHub Desktop.
Save jeremyj/8bbd6c11e2858de1d86d to your computer and use it in GitHub Desktop.
svn checkout one file
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