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

Re: Writing svn-agent (Was Re: [PATCH] default to --no-auth-cache)

From: mark benedetto king <mbk_at_earthquake.boredom.org>
Date: 2003-01-16 19:16:26 CET

On Thu, Jan 16, 2003 at 08:27:49AM -0800, rbb@rkbloom.net wrote:
>
> Which was the original plan, yes. The only hard part about this is moving
> the passwords into ~/.subversion, because that directory currently doesn't
> understand multiple repositories. I haven't had any time to work on this
> yet. If somebody else wants to go ahead and implement it, I won't be
> upset, otherwise it is likely to take me a few weeks to finish. I get at
> most an hour a night to code.
>

Moving the passwords into ~/.subversion should probably block on
repos UUIDs, which I'm working on right now. I have the FS side implemented.

I've decided to publish the UUIDs to the client as entry metadata.
Basically, every entry has a URL (or an implicit one inherited from
its parent dir), and every entry should have a repo UUID as well.

This, IMO, accurately models reality (always nice), and will be reasonably
easy to implement. As an added bonus, it makes the "svn switch --rewrite-urls"
validation easy, too.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 16 19:17:39 2003

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.