Hi,
I have written a script to compress and uncompress binary files of a selected directory (and the sub-directories). I need to activate the script before I commit files to SVN.
Is there a way to use the pre-commit hook to execute the script? and if so, how do I give to the he script the root directory (so it would scan the sub-folders and compress) ? and what should I write in the hook to execute the script?
The same thing I need to do when I CHECK OUT files. I need to execute a script. Again I need the path of the local root, and also, there is no POST-CHECK-OUT hook, so how can I execute the script?
thanks,
Oded