I'm sorry, I wasn't precise enough -- have you tried it on the Apache SVN? Quote:
"The first way is for the repository administrator to enable revision property modifications." I admit I didn't check, but I'd be surprised if these were allowed as this permits historical changes to the content of the repository. If you do have admin privileges you can rewrite the repository entirely and do whatever you can, obviously. Dawid On Fri, Jan 22, 2016 at 8:16 PM, Steve Rowe <[email protected]> wrote: > Not true - you can fix it in SVN. > > From <http://subversion.apache.org/faq.html#change-log-msg>: > > svn propset -r N --revprop svn:log "new log message” URL > > -- > Steve > www.lucidworks.com > >> On Jan 22, 2016, at 2:13 PM, Dawid Weiss <[email protected]> wrote: >> >> 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] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
