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

Re: [PATCH] check name svn special properties

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-08-01 19:49:45 CEST

Dale Worley wrote:
> This sounds like a very good idea to me also. "svn:*" properties are
> reserved to Subversion; there's no reason for anyone to create one that
> Subversion doesn't recognize, and 99% of the time it is a mistake.

Yes, but my objection to locating this code _in the client_ is still
there. Say we add this to 1.3 and then for 1.4, a new svn: property
gets added (say svn:log-template). Now our compatibility guidelines
require that a 1.3 client must be able to communicate with a 1.4 server,
but it doesn't have to get all of the new functionality. In this case,
any 1.3 client must use --force to set the svn:log-template property.

So, although it is possible to work around it with the backrev'd client,
but it might be considered a hindrance to the adoption of new
properties. It's not likely that the project will be adding new
properties willy-nilly, but if more are added, it would become an
increasing nuisance to know which properties need --force and which do
not. I know, users should keep their clients up to date, but there is
no way to require it.

Just my 2 cents. I'm -0.5 on the feature in the client; it should
really be server mediated.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 1 19:50:04 2005

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

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