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

Re: Adding new prop entry for repos-root

From: steveking <steveking_at_gmx.ch>
Date: 2005-01-03 16:59:31 CET

John Peacock wrote:
> I've looked around and it appears that the only way to support the
> proposed $RepositoryLocalPath$ keyword for local expansion (export and
> cat are working) is to add it to the list of properties which are in the
> .svn/entries file (because that is the only place that the WC code can
> draw on to expand keywords). And the only way to add _that_ is
> apparently to add it to the svn_props.h file and have the RA layer pass
> it along (much like the UUID was added in r4513). I think this is
> allowed by the compatibility guarantee (unknown props are ignored by the
> client), but I'm not sure.

Wouldn't this feature also cover repository settings? I mean something
like a conf-file stored in the repository which then clients would fetch
with every update (like the UUID) and would be stored in the wc.
Only it wouldn't be a config file but all configs would be stored as
props in root. So this could also cover issue 1974:
http://subversion.tigris.org/issues/show_bug.cgi?id=1974

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 3 17:01: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.