Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FB709FD9 for ; Tue, 7 Aug 2012 00:29:08 +0000 (UTC) Received: (qmail 8503 invoked by uid 500); 7 Aug 2012 00:29:07 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 8463 invoked by uid 500); 7 Aug 2012 00:29:07 -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 8453 invoked by uid 99); 7 Aug 2012 00:29:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 00:29:06 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL,T_FRT_PROFILE2 X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.67.29.23] (HELO smtprelay01.ispgateway.de) (80.67.29.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 00:28:59 +0000 Received: from [70.114.147.232] (helo=[192.168.7.57]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1SyXf3-0001zm-C4; Tue, 07 Aug 2012 02:28:37 +0200 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) Subject: Re: How to stop delete files/directory from SVN Repo Browser From: Ryan Schmidt In-Reply-To: <000b01cd739c$b1b78820$15269860$@singh@proficientinfosoft.com> Date: Mon, 6 Aug 2012 19:28:34 -0500 Cc: Content-Transfer-Encoding: quoted-printable Message-Id: <030551E2-5362-4E78-8116-7E21E5B876A1@ryandesign.com> References: <000b01cd739c$b1b78820$15269860$@singh@proficientinfosoft.com> To: Subodh Singh X-Mailer: Apple Mail (2.1485) X-Df-Sender: MzY4ODE4 On Aug 6, 2012, at 01:28, Subodh Singh = wrote: > I am new to SVN Repository. I need help to stop deletion of = files/directory from Repo Browser, so that user can=92t commit if any = delete operation is occurred. I can get this information using svnlook = but after commit. I need to catch any delete action before commit. I = tried it using svn hooks but not able to do so. Please guide me. It should definitely be possible to write a pre-commit hook to do this.