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/Received on Fri Sep 04 2009 - 03:56:13 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC