I am writing some pre commit hook script to modify files and commit it. While I was going through internet I found we can use "svn st" command to get list of files. But this will give all files which I don't want to commit right now.
So i need list of files which are being committed to svn for current commit.
This one I think we can get from transaction_id but not sure how to take?
Any help on this please?
Thanks.
I need one command to get list of files being committed so that we can pass that as argument to pre commit hook and get list of files.