I am writing my pre-commit hook file in python for SVN repository.
I have more than one branches.
I want to know from which branch the commit has come from, for example, trunk, or branch1.1 or etc.
Is there any way I can find from which branch the commit is coming from in pythonic way in pre-commit script?
Thanks in Advance.