I used git svn do commit into my svn repository and the comment contained an invalid character. When I try to change the comment as described here I get the following error:
svn propedit -r 2958 --revprop svn:log https://svnhost/path/to/repository
svn: Valid UTF-8 data
(hex: 68 6d 65 6e 66 61 6b 74 6f 72 20 75 6e 64 20 4f 70 74 69 6f 6e 73 70 72)
followed by invalid UTF-8 sequence
(hex: e4 6d 69 65)
Does anybody have a tip how to fix that commit without having administrator rights on the repository?