Skip to content

Instantly share code, notes, and snippets.

@LulzAugusto
Created July 11, 2014 11:58
Show Gist options
  • Save LulzAugusto/b6b70db7675909ce39d5 to your computer and use it in GitHub Desktop.
Save LulzAugusto/b6b70db7675909ce39d5 to your computer and use it in GitHub Desktop.
How to download a entire svn repository folder with wget (just a reminder)
wget --user=myUser --ask-password -e robots=off -r -I /repositorios/eduexpo-ios/tags/4.0.0-eduexpo-ios/source/ http://fabr.com.br/repositorios/eduexpo-ios/tags/4.0.0-eduexpo-ios/source/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment