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

Re: Test login

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-09-15 14:16:18 CEST

On Sep 15, 2005, at 4:36 AM, Fabian Cenedese wrote:
> So I'd like to do the login step
> without actually doing a command on the repository.

Not possible. In CVS, the client "pushes" credentials by logging
in. In Subversion, the server "pulls" credentials from the client
whenever it decides authentication is necessary. There's no way for
the client to predict if/when this will happen. The client can only
react to a server-pull, it cannot 'push'.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 15 14:18:39 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.