How can I create an automatic svn tagging script?
Posted
by Eran Betzalel
on Stack Overflow
See other posts from Stack Overflow
or by Eran Betzalel
Published on 2010-05-30T07:07:00Z
Indexed on
2010/05/30
7:12 UTC
Read the original article
Hit count: 206
I want to create a simple script that tags the latest revision to the tags folder, for example: for Trunk directory head revision 114, it will create a tag of this directory to the Tags directory which goes by the name "r114".
I don't really care of what scripting language it'll use (as long as it runs on windows).
I tried creating such script using SVN CLI tool, but it failed connecting to a SSL repository.
How can I achieve that?
© Stack Overflow or respective owner