No way to do it in SVN. You can revert your commit and commit the same one again, with proper message.
In the git world this would be possible (locally, with git commit --amend), but after you push to a remote repository this would be discouraged and the same way as above would be advised since other people might already be using your commit. D. On Fri, Jan 22, 2016 at 8:08 PM, Anshum Gupta <[email protected]> wrote: > Does anyone here know how to edit a log message after committing? I > accidentally typed in lucene instead of solr for one of the release related > commits. > > On Fri, Jan 22, 2016 at 11:03 AM, Anshum Gupta <[email protected]> > wrote: >> >> Hi Adrien, >> >> I'm in the middle of publishing the artifacts. I should be able to get to >> it in just a bit. >> Thanks for reminding. >> >> On Fri, Jan 22, 2016 at 7:58 AM, Adrien Grand <[email protected]> wrote: >>> >>> Anshum, I would like to draw your attention to the fact that Dawid plans >>> to start the git migration at 4PM PST, and I think it would be preferable to >>> commit the backward compatibility indices before that (which I think is the >>> only remaining step that requires you to modify the code base). >>> >>> If you will not be able to do it by that time, I can take care of it, >>> just let me know. >> >> >> >> >> -- >> Anshum Gupta > > > > > -- > Anshum Gupta --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
