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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -