简体   繁体   中英

Tortoise SVN Side Hooks Scripts

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

Thanks !

John

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM