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

Re: Ctrl-C out of username/password prompt

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-22 23:55:11 CET

On Mon, 2004-03-22 at 16:35, Travis P wrote:

> twp$ svn ls https://myserver.com:8443/svn/top-secret
> Authentication realm: <https://myserver.com:8443> Subversion repository
> Password for 'twp':
> Authentication realm: <https://myserver.com:8443> Subversion repository
> Username:
> Password for '':
> Authentication realm: <https://myserver.com:8443> Subversion repository
> Username:
> Password for '':
> svn: PROPFIND request failed on '/svn/websrv'
> svn: PROPFIND of '/svn/websrv': authorization failed
> (https://myserver.com:8443)
>
> Now, I guess the thinking is that one might use a different id to
> access different parts of the repository? But when I've reached an
> area where I know at the first prompt the effort is doomed to failure,
> I should be able to exit at that point.

Agreed. libsvn_ra_dav is retrying a failed authorization 3 times before
giving up. While we can't notice a control-C while responding to the
prompt, we ought to be able to notice the signal *between* prompts!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 22 23:55:35 2004

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.