Please restore EDITOR=vi, otherwise the following message is going to
haunt me for the rest of time:
$ svn commit
svn: Commit failed (details follow):
svn: Could not use external editor to fetch log message; consider setting the
$SVN_EDITOR environment variable or using the --message (-m) or --
> Please restore EDITOR=vi, otherwise the following message is going to
> haunt me for the rest of time:
Heh, I'm surpised that I see so much useradd(8) users
who have not complained about su -m and EXINIT ;-p
---
Izumi Tsutsui
Jared McNeill writes:
> Please restore EDITOR=vi, otherwise the following message is going to
> haunt me for the rest of time:
>
> $ svn commit
> svn: Commit failed (details follow):
> svn: Could not use external editor to fetch log message; consider
> setting the $SVN_EDITOR environment variabl
On Wed, Oct 19, 2011 at 08:53:48AM -0400, Greg Troxel wrote:
> > Please restore EDITOR=vi, otherwise the following message is going to
> > haunt me for the rest of time:
> >
> > $ svn commit
> > svn: Commit failed (details follow):
> > svn: Could not use external editor to fetch log message;
This "can't please everybody, so please nobody" reasoning is why NetBSD
also ships with twm as default.
EDITOR=vi has been in /etc/skel for >11yrs now, lots of discussion about
it here: http://gnats.netbsd.org/10985
On Wed, 19 Oct 2011, Greg Troxel wrote:
Jared McNeill writes:
Please r
On Wed, Oct 19, 2011 at 01:34:37AM +, David Young wrote:
> Module Name: src
> Committed By: dyoung
> Date: Wed Oct 19 01:34:37 UTC 2011
>
> Modified Files:
> src/sys/net: if.c if.h
>
> Log Message:
> Start to untangle the ifnet ioctls mess.
This broke src/external/bsd/am-utils
On Wed, Oct 19, 2011 at 09:29:51PM +, David Young wrote:
> Module Name: src
> Committed By: dyoung
> Date: Wed Oct 19 21:29:51 UTC 2011
>
> Modified Files:
> src/sys/net: if.c if.h
>
> Log Message:
> Userland by pulling the ifioctl lock-related data members into a
> struct ifne
On Wed, Oct 19, 2011 at 09:59:38PM +, David Young wrote:
> Module Name: src
> Committed By:dyoung
> Date:Wed Oct 19 21:59:38 UTC 2011
>
> Modified Files:
> src/sys/net: if_gre.c
>
> Log Message:
> Get rid of gre's deadlock-prone, one-off ifioctl locking.