Skip to content

Instantly share code, notes, and snippets.

@eeichinger
Created November 19, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eeichinger/5d56d2cf65f22397f3d7 to your computer and use it in GitHub Desktop.
Save eeichinger/5d56d2cf65f22397f3d7 to your computer and use it in GitHub Desktop.
svn tag command line
svn rm https://svn.example.com/myproject/tags/last-successful-ci/mytag -m "Remove existing Test Tag" --no-auth-cache --non-interactive --username eeichinger --password pass1234
svn copy https://svn.example.com/myproject/trunk@246 https://svn.example.com/myproject/tags/last-successful-ci/mytag -m "Test Tag" --no-auth-cache --non-interactive --username eeichinger --password pass1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment