0

Can someone help me how to capture the log message in Client-side hooks script i.e., for manual-pre-commit hook in Tortoise SVN.

Thanks !

John

1 Answer 1

1

Ok. I got the Details.

MESSAGEFILE is a parameter it passes the Log message you have entered during executions. In Manual-precommit it was in $2.

So here what i did,

MESSAGEFILE="$2"

Like we pass REPOS=$1, TXN=$2 in SVN pre-commit.

Hope this helps someone who is googling for Tortoise client hooks.

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

1 Comment

could you share your script? I'm having trouble setting it up.

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.