On Sep 17, 2008, at 23:59, baz themail wrote:
> On Wed, Sep 17, 2008 at 9:23 PM, baz themail wrote:
>
>> On Wed, Sep 17, 2008 at 4:00 PM, baz themail wrote:
>>
>>> How can i simplify the login with Windows domain authentication?
>>>
>>> At the moment, when I do a simple command, I will need to type
>>> "svn ls --username MYDOMAIN\bazthemail http://svn.company.com/svn/
>>> REPO_NAME"
>>>
>>> Is there a simple way to do it so i do not need to type such a
>>> long command everytime?
>>
>> Precisely, is there any configuration files or environment
>> variable that i can store the <domain>\<userid>, <password>
>> information?
>
> Sometimes, I do not even need to apply userid/password to operate,
> does svn store the login information somewhere?
http://svnbook.red-bean.com/en/1.4/
svn.advanced.confarea.html#svn.advanced.confarea.layout
"The per-user configuration area also contains a cache of
authentication data. The auth directory holds a set of subdirectories
that contain pieces of cached information used by Subversion's
various supported authentication methods."
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-18 07:03:30 CEST