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

Re: Cancellable auth prompts

From: Tor Hovland <tor_at_nidaros.homedns.org>
Date: 2003-06-07 11:15:34 CEST

----- Original Message -----
From: "Branko Čibej" <brane@xbc.nu>
To: "Ben Collins-Sussman" <sussman@collab.net>
Cc: "Tor Hovland" <tor@nidaros.homedns.org>; <dev@subversion.tigris.org>
Sent: Saturday, June 07, 2003 12:19 AM

> That means you could generate network requests (that would probably
> fail) before the first cancellation point was hit; so the command would
> fail, not stop, like he said.

Yes, and some actions seem to be without cancellation points altogether,
like log. I noticed that RapidSVN couldn't cancel the prompt properly, and
took that to be a bug in RapidSVN, but I see now that RapidSVN is probably
doing as much as it can towards cancelling an action.

To see how this works, open RapidSVN, right-click on a file under revision
control, select 'log', select 'cancel' in the auth dialog, and notice the
following report in the status pane:

Error while preparing action: PROPFIND request failed on '/svn/repos/file'
PROPFIND of '/svn/repos/file': authorization failed (http://www.server.org)

The error is caused by Neon trying to complete the request with missing
authorization, despite the cancel.

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