From owner-freebsd-current@FreeBSD.ORG Fri Sep 4 05:56:13 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 02C1F106566C for ; Fri, 4 Sep 2009 05:56:13 +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 52CFA8FC1D for ; Fri, 4 Sep 2009 05:56:11 +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 n845uAnC089234; Fri, 4 Sep 2009 09:56:10 +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=1252043770; bh=DOs4Jgz7kN1cbtkdhOPcepgm2OvOS8xorjiU7HHFgmk=; l=476; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=Xm50KuyR0MwCVIIryF197DbZj/O5kGOiQ/TTwvj8dMJhF2jasSyapMy7BkXEHDk6u ysFHXLH7s5R6+A9KPmxa0NLWIfN7CI/hOe6Uyjb9Pwp5+dT4nK032ARLIl96ZsDN4U q4in1ndGIMObyTSHB3/zxavirn/3V7tk933a5hmI= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id n845u8Gn089233; Fri, 4 Sep 2009 09:56:09 +0400 (MSD) (envelope-from ache) Date: Fri, 4 Sep 2009 09:56:07 +0400 From: Andrey Chernov To: current@freebsd.org, lev@freebsd.org Message-ID: <20090904055607.GA89117@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , current@freebsd.org, lev@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: '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 05:56:13 -0000 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 It isn't convenient. Why 'svn add' can't do it automatically for me using the same detection method as 'svn ci'? P.S. I use subversion-freebsd-1.6.5 port. -- http://ache.pp.ru/