Last active
June 14, 2018 15:18
-
-
Save netdesignr/bc48f10a1efd7253aa54744b556b3106 to your computer and use it in GitHub Desktop.
Subversion commands
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
# Copy files | |
svn co https://plugins.svn.wordpress.org/plugin-name/trunk | |
# Copy files and create a new folder | |
svn co https://plugins.svn.wordpress.org/plugin-name/trunk < dirname > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment