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

Re: Options for how ra_svn client authenticates

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-10-18 23:27:59 CEST

On Sat, 2003-10-18 at 17:15, mark benedetto king wrote:
> > thinking we should do it by adding a protocol capability which inserts
> > authentication challenge points into the protocol at key places (always
> > at the top level of control, not the middle of an edit or report). At
> > these points, the server can say "go" or "I need credentials with foo
> > nature" or "ha, not a chance".
>
> I'm not certain that these places exist. If they do, great.

Really? I'm thinking:

  * Just after every command is issued (better safe than sorry)
  * At the end of a commit (as well as at the beginning, per above)
  * At the end of the report for update/switch/diff

Each point will be a single line of code, so adding lots of them should
be no problem. And it should introduce no new round trips except when
authentication is required.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 18 23:28:47 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.