From owner-svn-src-all@FreeBSD.ORG Mon Nov 5 00:29:26 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C10CD4A; Mon, 5 Nov 2012 00:29:26 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 506DB8FC08; Mon, 5 Nov 2012 00:29:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA50TQKe088032; Mon, 5 Nov 2012 00:29:26 GMT (envelope-from peter@svn.freebsd.org) Received: (from peter@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA50TQxi088030; Mon, 5 Nov 2012 00:29:26 GMT (envelope-from peter@svn.freebsd.org) Message-Id: <201211050029.qA50TQxi088030@svn.freebsd.org> From: Peter Wemm Date: Mon, 5 Nov 2012 00:29:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-svnadmin@freebsd.org Subject: svn commit: r242592 - svnadmin/hooks/scripts X-SVN-Group: svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 00:29:26 -0000 Author: peter Date: Mon Nov 5 00:29:25 2012 New Revision: 242592 URL: http://svnweb.freebsd.org/changeset/base/242592 Log: Note the capabiity that indicates the client has the svn-1.7 feature that fixes the mergeinfo proliferation. Modified: svnadmin/hooks/scripts/checkcaps.sh Modified: svnadmin/hooks/scripts/checkcaps.sh ============================================================================== --- svnadmin/hooks/scripts/checkcaps.sh Sun Nov 4 22:11:35 2012 (r242591) +++ svnadmin/hooks/scripts/checkcaps.sh Mon Nov 5 00:29:25 2012 (r242592) @@ -8,6 +8,7 @@ IFS=":" set $CAPS IFS="$OIFS" +# atomic-revprops = 1.7+ client with improved mergeinfo handling found=0 for i in $* do