From users-return-74-daniel=haxx.se@subversion.apache.org Thu Dec 17 16:42:00 2009 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 nBHFfxWo025486 for ; Thu, 17 Dec 2009 16:42:00 +0100 Received: (qmail 70431 invoked by uid 500); 17 Dec 2009 15:41:55 -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 70420 invoked by uid 99); 17 Dec 2009 15:41:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 15:41:55 +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.29.8] (HELO smtprelay04.ispgateway.de) (80.67.29.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 15:41:44 +0000 Received: from [75.60.181.128] (helo=[192.168.7.75]) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1NLITj-00074c-JT; Thu, 17 Dec 2009 16:41:23 +0100 Subject: Re: mount svn as a local driver Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: <20150-1261028545-138202@sneakemail.com> Date: Thu, 17 Dec 2009 09:41:20 -0600 Cc: users@subversion.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: <655EA81C-BFC2-4166-92C6-017F13F0B8C7@ryandesign.com> References: <20150-1261028545-138202@sneakemail.com> To: 9pbz5ct02@sneakemail.com X-Mailer: Apple Mail (2.1077) X-Df-Sender: 368818 X-Virus-Checked: Checked by ClamAV on apache.org On Dec 16, 2009, at 23:42, 9pbz5ct02@sneakemail.com wrote: > I would like to mount a part of a svn repository as if it were a = networked hard drive. WebDAV autoversioning does this... http://svnbook.red-bean.com/en/1.5/svn.webdav.autoversioning.html > Ideally I would like to be able to choose the revision at mounting = time (wherther thats a number or the head) and keep it at that until = re-mounted.=20 ...but not this... > Also the files would be read only - no autoversioning. ...and I don't know if it can be configured to do this. I guess you = could do this with a pre-commit hook or other authorization scheme. Alternately, you could have a normal network share on a server, that = your users connect to in a read-only fashion. And that directory on the = server could be a working copy, which a server-side process would "svn = up" after every commit, or every so often, to keep it updated.