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

Re: tsvn:logwidth in svn repository

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-01-13 18:49:33 CET

On 2005-01-13 17:53+0100, steveking wrote:

I have an ideas how to do that a multi-repository way:

> About how I think this could be done without breaking older clients at all:
> define a file named 'svnrepoconfig' which resides in the repository

This should be a directory under repository which contains that config
file, because ...

> root. It's treated like a normal file, unless it's
> 1. located in the repository root
> 2. has a special new svn property set (e.g. svn:repoconfig = yes)
> If those are true, then it's not a normal file anymore but one that
> get's transferred on every update/commit. The client will store it
> inside the config area, maybe in a subfolder called 'repoconfigs' right
> beside 'auth' folder.
> To reduce the data traffic, that file could even be 'versioned' like
> other working copy files, with the difference that it's stored in the
> config area.
 
... this way the client could checkout that directory to the
.subversion/defaults/<REPO-UUID>, and we could have several configs
for several repositories. Also it is trivial to find which config
belongs to which repository.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 13 18:52:01 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.