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]
hi,
in .subversion/auth/svn.simple/ we have
and
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.
|
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.