Skip to content

Instantly share code, notes, and snippets.

@etoxin
Last active August 29, 2015 14:04
Show Gist options
  • Save etoxin/08175a36128db488aae9 to your computer and use it in GitHub Desktop.
Save etoxin/08175a36128db488aae9 to your computer and use it in GitHub Desktop.
SVN Terminal commands
# 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