> -----Original Message-----
> From: Christian Lynbech [mailto:christian_at_defun.dk]
> Sent: Wednesday, February 11, 2009 7:00 PM
> To: users_at_subversion.tigris.org
> Subject: auth cache vs. non-interactive
>
> Apparently, when one uses the --non-interactive option, the auth cache
> is ignored or otherwise ceases to do its job.
>
> If I in a shell execute the command
>
> svn update
>
> it works as it should. If I instead executes the command (in the same
> sandbox):
>
> svn update --non-interactive
>
> I get the error:
>
> svn: OPTIONS of 'http://<url removed>': authorization failed
> (http://<url removed>)
>
> The repository is accessed via http through an apache server.
>
> Using --non-interactive is of course not my own idea but something the
> psvn emacs interface for subversion is doing.
>
> Is this is the intended behaviour and can I somehow get the
> authentication cache to work with the --non-interactive option?
Which Subversion version do you use on which operating system?
This behavior depends on the supported authentication key stores supported
on your operating system. On some operating systems (e.g. OS/X) using the
key store might give a popup dialog or question without a way to suppress
it.
To really support --non-interactive these keystores are disabled in these
cases.
Bert
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1141294
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-12 03:51:26 CET