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

property names

From: Ben Collins-Sussman <sussman_at_newton.ch.collab.net>
Date: 2001-03-28 23:36:05 CEST

Greg -- a while back I added this to the end of svn_types.h:

-----------------------------------------
/* Defines for reserved ("svn:") property names. */

/* The fs revision property that stores the commit-log. */
#define SVN_PROP_REVISION_LOG "svn:log"

/* The propname *prefix* that makes a propname a "WC property".... */
#define SVN_PROP_WC_PREFIX "svn:wc:"

-----------------------------------------

But I notice that your versioned resource URL looks like:

    http://subversion.tigris.org/props/ra/dav/local/version-url : /svn/repo/$svn/ver/3.1/A/mu

Nobody cares that this property has a really long name; but could we
at least make it use the "svn:" propname prefix? I thought we had
agreed to reserve the property namespace for svn-specific props this
way.
Received on Sat Oct 21 14:36:26 2006

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.