This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Blackfin: patch for interrupt handler prologues installed


Giovanni Bajo wrote:
Bernd Schmidt <bernds_cb1@t-online.de> wrote:


[Notes from a subversion newbie: speed of "svn diff" is very nice,
this
will make a big difference.  "svn commit" dropping me into vi,
ignoring $EDITOR, is not cool.  Wish there was a usable manpage or
info documentation.  Need to run "svn cleanup" after killing vi.
Anyhow, I
found out about $SVN_EDITOR by grepping the source.]



It searches for $SVN_EDITOR, editor-cmd in ~/.subversion/config, $VISUAL or $EDITOR in this order. Maybe your $VISUAL is set to vi?

Nope (now where is that search order documented?), but something seems to have installed a default .subversion/config with


editor-cmd = vim -c 'set tw=72 et'

I'm quite certain I didn't add that, because a) I hate vi and b) I have no idea what the argument does.

Hmm. Seems like the .subversion directory is always created if it doesn't exist, but if I remove it and let svn-1.3.0rc1 recreate it, I get a commented-out editor-cmd. The date on the file with editor-cmd=vim seems to suggest it was created in February when I was playing with the first version of the converted gcc repository, using an older version of svn. So, problem solved, and probably not an issue for other people who start out with a new version.


Bernd



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]