From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 22:19:16 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2A81106564A for ; Fri, 20 Feb 2009 22:19:16 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from edu-smtp-01.edutel.nl (edu-smtp-01.edutel.nl [88.159.1.221]) by mx1.freebsd.org (Postfix) with ESMTP id B73A98FC18 for ; Fri, 20 Feb 2009 22:19:16 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from Rena.FStaals.net (unknown [88.159.208.104]) by edu-smtp-01.edutel.nl (Postfix) with ESMTP id 952C967BA4; Fri, 20 Feb 2009 23:19:15 +0100 (CET) Message-ID: <499F2C62.9000908@gmx.net> Date: Fri, 20 Feb 2009 23:19:14 +0100 From: Frank Staals User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Jon Radel References: <499DCAC1.5050205@gmx.net> <4ad871310902191352v15c181b1qc7b6ff29ad25b962@mail.gmail.com> <499EF041.8030005@gmx.net> <4ad871310902201006x447dd49as3bd2f3905f90c71@mail.gmail.com> <499EF49B.1060808@radel.com> In-Reply-To: <499EF49B.1060808@radel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Aliassing 'svn log' to 'svn log -v' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 22:19:17 -0000 Jon Radel wrote: > > Glen Barber wrote: > >> Try escaping it: >> alias svn\ log='svn log-v' >> Unfortunately that does not seem to work > > Or just use your own command name: > > alias svnv='svn log -v' > I kind of wanted to avoid that, but I guess that it can't be avoided then > --Jon Radel > -- - Frank