From users-return-802-daniel=haxx.se@subversion.apache.org Wed Feb 3 00:07:10 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 o12N7971029097 for ; Wed, 3 Feb 2010 00:07:09 +0100 Received: (qmail 73797 invoked by uid 500); 2 Feb 2010 23:07:04 -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 73789 invoked by uid 99); 2 Feb 2010 23:07:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 23:07:04 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.67.31.40] (HELO smtprelay02.ispgateway.de) (80.67.31.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 23:06:53 +0000 Received: from [70.253.80.1] (helo=[192.168.7.75]) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1NcRpH-0002qi-LI; Wed, 03 Feb 2010 00:06:31 +0100 Subject: Re: Repository Access Using HTTPS and SVNSERVE Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: <862947533C4ECE469D1A692CD483299E03335789@VMXYVR1.ds.mda.ca> Date: Tue, 2 Feb 2010 17:06:28 -0600 Cc: Content-Transfer-Encoding: quoted-printable Message-Id: <540D6A5A-44B6-4154-B6B7-F7365834B2B5@ryandesign.com> References: <862947533C4ECE469D1A692CD483299E03335789@VMXYVR1.ds.mda.ca> To: Jack VAN GORKUM X-Mailer: Apple Mail (2.1077) X-Df-Sender: 368818 X-Virus-Checked: Checked by ClamAV on apache.org On Feb 2, 2010, at 11:43, Jack VAN GORKUM wrote: > Can multiple users concurrently access Subversion repositories using = both the svnserve Server and the Apache HTTP Server ? > =20 > Is there any risk of conflicts/corruption if both methods are used at = the same time ? As others have already said, this should work ok. There are some = configuration details to think about, which are explained in this = section of the book: http://svnbook.red-bean.com/en/1.5/svn.serverconfig.multimethod.html