Created
March 21, 2016 20:44
-
-
Save maximishchenko/1ab4d5e694bffbf2cc11 to your computer and use it in GitHub Desktop.
Get Single file or folder from GitHub repository
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
#!/bin/bash | |
# Need to install subversion | |
# List files | |
svn lns <repository_url>/trunk | |
# Get Files or Directory | |
svn export <repository_url>/trunk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment