From owner-freebsd-current@FreeBSD.ORG Fri Sep 4 06:40:32 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9D021065670; Fri, 4 Sep 2009 06:40:32 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9AC8FC13; Fri, 4 Sep 2009 06:40:31 +0000 (UTC) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id n846eU7c089885; Fri, 4 Sep 2009 10:40:30 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1252046430; bh=+4ULgbymFpdlAm3Mv/04G1PhNjSzpY5GsRYyPLC+u0A=; l=660; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=WTTtI+ybEh1Qy9wbZ/n1iAMOJH8E/SoAae2EOblxJosIJWokpawfffpxzMuJXrdhz HVHObFf75pBHTqL2BN+KaHyqR9fufOGYf6cBeuOlgzObIf42vkBj7lqDZ+gjWRlA07 AE/VkWU98IvVsZ63dCEzBPUU2bcWWUdL+S8ryr8U= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id n846eUsR089884; Fri, 4 Sep 2009 10:40:30 +0400 (MSD) (envelope-from ache) Date: Fri, 4 Sep 2009 10:40:29 +0400 From: Andrey Chernov To: Tod McQuillin Message-ID: <20090904064028.GA89820@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tod McQuillin , current@freebsd.org, lev@freebsd.org References: <20090904055607.GA89117@nagual.pp.ru> <20090904150520.L1222@plexi.pun-pun.prv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090904150520.L1222@plexi.pun-pun.prv> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: lev@freebsd.org, current@freebsd.org Subject: Re: 'svn add' does not add 'svn:keywords', but 'svn ci' ask for it X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 06:40:32 -0000 On Fri, Sep 04, 2009 at 03:05:58PM +0900, Tod McQuillin wrote: > On Fri, 4 Sep 2009, Andrey Chernov wrote: > > > 1) svn add some_file > > 2) svn ci some_file > > svn: Commit blocked by pre-commit hook (exit code 1) with output: > > Path ".../some_file" is missing the > > svn:keywords property (or an fbsd:nokeywords override) > > > > I manage it adding by hand: > > 3) svn propset svn:keywords 'FreeBSD:%H' some_file > > Have a look at http://people.freebsd.org/~peter/auto-props.txt Thanx, I already have ~/.subversion/config, but .src extention I use not listed there. Strange I don't hit this problem before. -- http://ache.pp.ru/