Question about user/password caching

View: New views
4 Messages — Rating Filter:   Alert me  

Question about user/password caching

by Aradev :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

Using original SVN I can clear user/password for repository (server)
by removing proper file in Subversion (~/.Subversion) directory. This
is not easy (need to find proper file) but not hard/impossible for me.

In TortoiseSVN all possible user/passwords is stored in ONE file
"Repositories.dat".

Searching through UI of TortoiseSVN I have found only one way to clear
user/password - by using button "Clear [authentication data]" in
settings menu - CLEAR ALL PASSWORDS.

I have about 30 different SVN repositories with very different user/
password pairs.
Clearing all and rebuild all one-by-one is very bad way for me for
change ONE repository credentials.

Does anyone know the way how to CLEAR ONE URL AUTHENTICATION DATA not
touching others?

Thank You.

Regards,
Aradev

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2413673

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Question about user/password caching

by Simon Large-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/2 Aradev <arahome@...>:
> Hello,
>
> Using original SVN I can clear user/password for repository (server)
> by removing proper file in Subversion (~/.Subversion) directory. This
> is not easy (need to find proper file) but not hard/impossible for me.
>
> In TortoiseSVN all possible user/passwords is stored in ONE file
> "Repositories.dat".

Wherever did you get that information from? Which version are you using?

> Searching through UI of TortoiseSVN I have found only one way to clear
> user/password - by using button "Clear [authentication data]" in
> settings menu - CLEAR ALL PASSWORDS.
>
> I have about 30 different SVN repositories with very different user/
> password pairs.
> Clearing all and rebuild all one-by-one is very bad way for me for
> change ONE repository credentials.
>
> Does anyone know the way how to CLEAR ONE URL AUTHENTICATION DATA not
> touching others?

http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug.html#tsvn-dug-general-auth

Simon

--
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2413678

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Parent Message unknown Re: Re[2]: Question about user/password caching

by Simon Large-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Please reply to the users list, not to me personally.

2009/11/3 arahome <arahome@...>:

> Hello, Simon.
>
> Thank You for Your help.
>
> I have incorrectly understood this file.
>
> Now I have found the way how to clear data for ONE server.
> This is done similarly as in my console SVN client.
>
> But If You don't point on this topic and if I don't read it twice I not
> found the answer. It is very unclear how to do it.
>
> Do You know where can I post request for documentation or FAQ update to do
> it in way more helpful for common users?

The users list is the right place to ask for improvements to the
documentation. I will have a look to see if there si a way to make
this clearer.

> Or where can I put request for TortoiseSVN UI update to do it by interface
> change?
>
> (The good way how to it You can see in Firefox or Opera cached passwords
> management).

The users list is also the right place for feature requests. Actually
I have asked for the same feature myself, but it turns out that it is
quite a lot of work to implement, or at least more work than anyone is
prepared to put in for a relatively little-used feature.

There is no subversion API to do this, so we would have to decode the
different auth cache files manually, and that could change with
different versions of subversion. You could request that such an API
be added on the *subversion* users mailing list (list cached items,
delete cached item), which would help getting a UI added to
TortoiseSVN.

Note that the auth data is not cached by repository URL directly, but
by repository realm, which can be a group of repositories. I don't
think this is a big issue because there is normally an obvious link
between the two.

Simon

--
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414064

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Re[2]: Question about user/password caching

by Simon Large-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/3 Simon Large <simon.tortoisesvn@...>:

> 2009/11/3 arahome <arahome@...>:
>> Hello, Simon.
>>
>> Thank You for Your help.
>>
>> I have incorrectly understood this file.
>>
>> Now I have found the way how to clear data for ONE server.
>> This is done similarly as in my console SVN client.
>>
>> But If You don't point on this topic and if I don't read it twice I not
>> found the answer. It is very unclear how to do it.
>>
>> Do You know where can I post request for documentation or FAQ update to do
>> it in way more helpful for common users?
>
> The users list is the right place to ask for improvements to the
> documentation. I will have a look to see if there si a way to make
> this clearer.

Added a little more help and another index entry in r17633.

Simon

--
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2414247

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].