From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 19:21:24 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 7FF721065672 for ; Fri, 20 Feb 2009 19:21:24 +0000 (UTC) (envelope-from jon@radel.com) Received: from wave.radel.com (wave.radel.com [216.143.151.4]) by mx1.freebsd.org (Postfix) with ESMTP id 36CB98FC0A for ; Fri, 20 Feb 2009 19:21:24 +0000 (UTC) (envelope-from jon@radel.com) Received: by wave.radel.com (CommuniGate Pro PIPE 4.1.6) with PIPE id 8396338; Fri, 20 Feb 2009 13:21:23 -0500 Received: from [192.168.43.213] (account laura@radel.com HELO Macintosh-2.local) by wave.radel.com (CommuniGate Pro SMTP 4.1.6) with ESMTP id 8396336; Fri, 20 Feb 2009 13:21:15 -0500 Message-ID: <499EF49B.1060808@radel.com> Date: Fri, 20 Feb 2009 13:21:15 -0500 From: Jon Radel User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: questions@freebsd.org References: <499DCAC1.5050205@gmx.net> <4ad871310902191352v15c181b1qc7b6ff29ad25b962@mail.gmail.com> <499EF041.8030005@gmx.net> <4ad871310902201006x447dd49as3bd2f3905f90c71@mail.gmail.com> In-Reply-To: <4ad871310902201006x447dd49as3bd2f3905f90c71@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Radel.com-MailScanner-Information: Please contact Jon for more information X-Radel.com-MailScanner: Found to be clean X-Mailer: CommuniGate Pro CLI mailer Cc: Frank Staals 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 19:21:24 -0000 Glen Barber wrote: > Try escaping it: > alias svn\ log='svn log-v' > Or just use your own command name: alias svnv='svn log -v' --Jon Radel