Date: Thu, 13 Sep 2012 20:45:35 +0400 From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: Bryan Drewery <bryan@shatow.net> Cc: FreeBSD Ports Mailing List <ports@freebsd.org>, Michael Scheidell <scheidell@FreeBSD.org> Subject: Re: svn, ports and $FreeBSD$ Message-ID: <50520DAF.5050006@yandex.ru> In-Reply-To: <5051F958.4090004@shatow.net> References: <5051F671.3050605@yandex.ru> <5051F958.4090004@shatow.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Bryan Drewery wrote on 13.09.2012 19:18: > 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. > Thanks Bryan and Michael. It looks like I need to deep into subversion docs to understand what's this and why it is happening :). But I will follow your suggestions until that. -- Regards, Ruslan Tinderboxing kills... the drives.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50520DAF.5050006>