Is there a hook available when creating a tag in Subversion?

I think this question explains everything, but let me explain what I want to do.

I play with the idea of ​​every tag creation in my repo, all commit messages entered from the previous tag are entered on the wiki page. This way, people don’t need access to the subversion server to find out what kind of commits were made for each tag.

There may be an easier way, but I thought I could do this by pulling a hook to create tags. Thoughts? Advice?

thank

+3
source share
1 answer

svn , , , .. - SVN. , - svn ( ). - , , , svn - . script pre-commit post-commit SVN.

, . script ( ), some_svn_path/tags/tag_name , some_svn_path/tags/tag_name_prev svn-, (, ), some_svn_path/trunk , , , svn .

+2

Source: https://habr.com/ru/post/1768661/


All Articles