I need to configure a post-commit hook that will identify a rename operation as Rename in the email.
The concern is that we are able to identify them as a Delete & Add operation, but we need to put it up as a single Rename operation.
Same is true with Move operation which is internally treated as Copy / Delete operation.
Any help on which svn property can be exploited for this purpose will be appreciated.