Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2009 09:56:07 +0400
From:      Andrey Chernov <ache@nagual.pp.ru>
To:        current@freebsd.org, lev@freebsd.org
Subject:   'svn add' does not add 'svn:keywords', but 'svn ci' ask for it
Message-ID:  <20090904055607.GA89117@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090904055607.GA89117>