svn - How to find out in a post-commit-hook if the current revision is creating a branch/tag? -
i want write post-commit hook triggers, if current commit creating new tag. tags copied /tags/*new_tag_name*/ directory. motivation is, if commit creating new tag, new tag should checked out in web root directory.
how can in post-commit script, have svn name , revision number function parameters?
this answered in svn pre-commit hook avoiding changes tags subdirectories comment.
Comments
Post a Comment