[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cannot commit changes

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-15 00:55:09 CET

On Nov 14, 2004, at 5:29 PM, Marcin Gil wrote:
>
> [auto-props]
> *.php = svn:keywords "id rev author"
> *.tpl = svn:keywords "id rev author"
>

This syntax is wrong, you forgot the equals sign:

    pattern = propname=propval

...just as the book shows, and just as the commented out examples show
in the default ~/.subversion/config file.

So what happened was you ran 'svn add' on a file, and got a property
with name "svn:keywords "id rev author"", and with no value. Run 'svn
proplist -v' to verify that. The commit command then rejects your
commit, because you're not allowed to invent new properties in the
reserved svn: namespace. (The error should be more specific.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 15 00:55:37 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.