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

Help needed on setting the svn_auth_open using python bindings

From: Prabhu Gnana Sundar <prabhugs_at_collab.net>
Date: Tue, 09 Aug 2011 18:05:09 +0530

Hi all,

Currently we have the "get-location-segments.py" script in our repo
which works fine in normal cases. But when we run it against a repo
which throws the authentication challenge, the script fails with error
code "170001"

<snip>

("OPTIONS of 'https://some/path': authorization failed: Could not
authenticate to server: rejected Basic challenge (https://some/path)",
170001)

</snip>

I am writing a similar kind of script(like get-location-segment.py)
which is failing for the same(authentication) reason.

I am not able to set the proper *auth provider* for "svn_auth_open"
using the python bindings. Please help/suggest on how to proceed with this.

Thanks and regards
Prabhu
Received on 2011-08-09 14:35:44 CEST

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.