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

RE: authentication realm "Internal"

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 18 Apr 2013 11:46:11 +0200

[Now back to the right group instead of google’s mapping]

 

                Hi,

 

Subversion just checks the realm string as provided by the HTTP(s) server and hands the password that is attached to that realm string (like all other HTTP tools do). When you use a webbrowser to that same URL you usually see the realm string somewhere in the password dialog.

 

So to store the password you need to perform some subversion (or http) operation to the repository and then allow Subversion to store the password. If the repository doesn’t allow anonymous access you can just do something like using a repository explorer / svn ls. If this is not the case you do some operation that requires authentication (E.g. committing, or trying to propedit a revision property)

 

                Bert

 

From: rupert.thurner [mailto:rupert.thurner_at_gmail.com]
Sent: donderdag 18 april 2013 10:50
To: subversion_users_at_googlegroups.com
Subject: authentication realm "Internal"

 

hi,

in .subversion/auth/svn.simple/ we have
<https://repo.server1.net:443> Internal

and
<https://repo.server2.net:443> Subversion: repo

the first one allows access to all repositories, the second one to a specific repository.

how can one get the "Internal" realmstring in the authentication file?

rupert.
Received on 2013-04-18 11:47:13 CEST

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.