From users-return-5206-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Wed Oct 06 23:28:02 2010 Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 48399 invoked from network); 6 Oct 2010 23:28:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Oct 2010 23:28:02 -0000 Received: (qmail 3772 invoked by uid 500); 6 Oct 2010 23:28:01 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 3753 invoked by uid 500); 6 Oct 2010 23:28:01 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 3745 invoked by uid 99); 6 Oct 2010 23:28:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 23:28:01 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nkadel@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Oct 2010 23:27:54 +0000 Received: by vws8 with SMTP id 8so112061vws.16 for ; Wed, 06 Oct 2010 16:27:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=o4XJA1LhyMgyrEN51kaKTJUKdxLJRGD2yhRyhw7s4RE=; b=x7Xj5H03dEGQiGi7ML3NlULE5CpILQmct/flrnqIN8zkYj6Fhj1P0DAwi/04ZlXe+m nljxDAwD+LYY3RpNWLCWBAVdLKf7p/wx9CDFhMG/hmCtB+7+VFtgBH19pp3f2PKodSDq 5E9sE1s99lhH6TeSrTlsy7GavQZYPwe+u9kgU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=jNqY8/Wbg/uxvi3tvTgS6bmwicz5kFyHG1oaRg1k8FiaYBkr38p1wXo83O+Zf8BSGK Z8RRXVWjKAc1NapqZ19w6Qgeqg4+T+35qs66j9q+AsWOgnSQPEAXne3xSTdZBwfhzMLH nkCfcbblA/VkTWrCpq3jZelMnQNm5wIBxqdFU= MIME-Version: 1.0 Received: by 10.220.176.130 with SMTP id be2mr2873vcb.205.1286407652314; Wed, 06 Oct 2010 16:27:32 -0700 (PDT) Received: by 10.220.128.197 with HTTP; Wed, 6 Oct 2010 16:27:32 -0700 (PDT) In-Reply-To: <9B21F0BBE52BF74DBA71AB889C021DD70377D527@exisland01.omnifone.com> References: <9B21F0BBE52BF74DBA71AB889C021DD70377D527@exisland01.omnifone.com> Date: Wed, 6 Oct 2010 19:27:32 -0400 Message-ID: Subject: Re: Howto Disable Localistation? From: Nico Kadel-Garcia To: Tony Sweeney Cc: Lechner Martin , users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Oct 6, 2010 at 10:46 AM, Tony Sweeney wrote: > alias svn='LANG=en_US svn' You've just written a recursive alias. Try 'alias svn='LANG=POSIX /usr/bin/svn', which fixes the loathsome case-insensitive sorting behavior of "LANG=en_US'.