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

Re: svn commit: rev 4685 - in trunk/subversion: include libsvn_wc libsvn_client libsvn_auth

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-31 19:57:31 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> Justin Erenkrantz <jerenkrantz@apache.org> writes:
>
> > libsvn_client shouldn't be doing the ordering. The svn client code
> > should be doing the ordering.
>
> Impossible. Tried it.
>
> The provider which loads/saves from the wc can't be constructed until
> we're way inside libsvn_client. Our svn_client_* routines each do all
> sorts of individual argument processing, deciding which things are
> paths, urls, etc. It isn't until the moment svn_client_foo() is ready
> to open an RA session that it decides it has a wc path. Once it has
> that wc path, it can create the wc-provider.

Ah, actually, never mind on this. :-)

As soon as someone writes a provider that saves creds in
~/.subversion/, the application can create it right away. Then we can
destroy our wc-provider forever.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 31 20:00:51 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.