On 9/13/2012 10:06 AM, Ruslan Mahmatkhanov wrote: > > Hello, > > while committing an update for sysutils/ldap-account-manager I got this > message: > > """ > Sending Makefile > Sending distinfo > Sending pkg-descr > Sending pkg-plist > Transmitting file data ....svn: E165001: Commit failed (details follow): > svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: > Path "head/sysutils/ldap-account-manager/pkg-plist" does not have a > valid $FreeBSD$ string (keywords not disabled here) > == Pre-commit problem count: 1 > > svn: E165001: Your commit message was left in a temporary file: > svn: E165001: '/home/rm/learn/free/000/sysutils/svn-commit.tmp' > """ > > I already got this error once before, but now I decided to ask what is > wrong. Why this hook doesn't whining most of the time (most of the > pkg-plist's I had ever svn-committed were w/o $FreeBSD$ line) and why it > complains now. What's is the best practice regarding this line in > pkg-plist's? Thanks. >
This is how to fix: # svn propdel svn:keywords pkg-plist # svn propset fbsd:nokeywords yes pkg-plist The plist should not have the keywords. http://wiki.freebsd.org/PortsSubversionPrimer has some auto-props you can use to do this automatically. I've had issues with this working, but just follow the props as layed out there for the files listed. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"