0

When I try to merge the branch back to the trunk, a batch script must be invoked which runs sonar analysis. If the analysis is successful, only then the merge should proceed further, else it must be aborted. i.e. on clicking merge, an analysis must be run in the background.

The same can be achieved during the commit process, by creating a pre-commit hook script. But, is it possible to do something like this for merge process also? If so, please guide me further.

1 Answer 1

1

http://svnbook.red-bean.com/en/1.7/svn.branchmerge.advanced.html

Please go through the mentioned link. It should help you on this topic of merging and hooks.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.