From users-return-1974-daniel=haxx.se@subversion.apache.org Fri Apr 2 00:14:37 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o31MEar1023697 for ; Fri, 2 Apr 2010 00:14:36 +0200 Received: (qmail 15919 invoked by uid 500); 1 Apr 2010 22:14:38 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 10259 invoked by uid 99); 1 Apr 2010 22:05:37 -0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fche@redhat.com designates 209.132.183.28 as permitted sender) Date: Thu, 1 Apr 2010 18:05:06 -0400 From: "Frank Ch. Eigler" To: users@subversion.apache.org Subject: suppressing .svn/lock files for non-concurrent svn Message-ID: <20100401220506.GA22135@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-Virus-Checked: Checked by ClamAV on apache.org Hi - I have an installation of svn where certain working trees are known never to be accessed concurrently. Is there some way to suppress svn's use of .svn/lock files in this case? - FChE