Last active
August 29, 2015 14:04
-
-
Save etoxin/08175a36128db488aae9 to your computer and use it in GitHub Desktop.
SVN Terminal 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
# Update Repo excluding externals. | |
svn update --ignore-externals | |
# commit | |
svn commit -m "Fixed bug." | |
# Merge from trunk to branch. Make sure your in the correct directory eg. static/ | |
svn merge https://svn.hhi.net.au/pagecraft/Toyota/MainWebsite/static/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment