First, are you talking about client-side hooks 
(https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-hooks)
 
or server side hooks 
(https://svnbook.red-bean.com/en/1.8/svn.ref.reposhooks.pre-commit.html)?

For client-side hooks, you get the CWD of the working copy, which you can 
then use to get the repo url or other info via e.g. the command line client 
or SubWCRev.
For server side hooks, you get the path to the repository, which you then 
can pass to the svnlook utility to get all the info you need.

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/8b499517-2df7-4973-a304-756d6be973acn%40googlegroups.com.

Reply via email to