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

Re: [SVN-DEV] Re: shell mode in client (was: 'SVN' to '.svn')

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-09-05 17:17:34 CEST

"C. Scott Ananian" <cananian@lesser-magoo.lcs.mit.edu> writes:

> On 5 Sep 2001, Ben Collins-Sussman wrote:
>
> > Right now, there's a single svn_client.h routine --
> > 'svn_client_authenticate()' -- which ends up returning an
> > authenticated session object to a repository. Every libsvn_client
> > routine calls this function, accesses the RA vtable, then closes the
> > session.
> >
> > Instead, we could change all the libsvn_client routines to *take* a
> > a session object, and leave it untouched. It would then be the
> > responsibility of the libsvn_client caller (the application) to create
> > and destroy the session object. It means a little more code in our
> > command-line client to do this. But not a huge deal.
>
> I could work on this, unless it's already taken.
> --s

Go for it! I expect that GUI clients may want this architecture too.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:40 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.