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

Re: svn:custom: gone?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-30 13:18:44 CEST

Greg Stein <gstein@lyra.org> writes:
>
> The svn:custom: prefix is used for *user* properties.

Gotcha.

> > ra_dav->get_dir() is simply trying to figure out if the resource has
> > any user-defined props, and now it can't tell them apart from
> > svn-specific liveprops anymore. :-(
>
> I don't understand this part.

The confusion here is that you and I have different definition of
"user" properties. Your definition seems to be: "any property name
set by the user that doesn't start with svn:". My definition is "any
property stored in the repository."

ra->get_dir() is trying to answer the question: "does this resource
have props attached to it in the repository?" So it needs to notice
properties named "foo" and "svn:eol-style", but it needs to *ignore*
properties like "svn:baseline-relative-path". There's doesn't seem to
be a way to do that.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 30 13:20:20 2002

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.