I have a whole heap of legacy code that I checked into my SVN repository. I checked it in under my user name. I'd like to change the author of that commit to another user, 'legacy', in order to clean up the svn blame
printouts.
You need to have have a pre-revprop-change hook in your repository hooks directory that will allow changes to the svn:author property. (An executable script containing just "exit 0" will do.) Once you have this, then you can do:
svn propedit --revprop -rrev svn:author url
and make the necessary changes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With