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

Re: Feature Request: Allow "save authentication" for reading and writing separately

From: Ron Wilson <ronw.mrmx_at_gmail.com>
Date: 2007-09-06 04:34:32 CEST

as I understand Mr Gough request, I think what he is asking for is
that when simply querying the respository, that the read
authentication, once performed, be remembered for future queries.
However, when an Update is requested, the authentication be forced,
even if a valid authentication has been remembered. this could be
accomplished by having Update "forget" the authentication before
taking any action. This would help protect against accidental Updates.

Likewise, if doing a "piece-wise" Commit, say from the "Check for
Modification" window, then the write authentication would be
remembered until the window is closed, at wich point the
authentication would be "forgotten".

Otherwise, if I read his original message correctly, each individual
query or commit from such a window would pop up the authentication
box.

On 9/5/07, Bruce Gough <bruce@ijws.com> wrote:
>
>
> Stefan Küng wrote:
> > Bruce Gough wrote:
> >> Feature Request: Allow "save authentication" for reading and writing
> >> separately
> >>
> >> I have been using tortoiseSVN for a couple of years, and it works
> >> great. To avoid mistakes, I leave my client configured so that I must
> >> authenticate every time I access the repository. I have avoided doing
> >> "update" or completing the commit dialog by mistake more than once.
> >>
> >> My only problem with this is when I am doing activities like "check
> >> for modifications", then I click "Check repository", it does an
> >> authentication step. Then if I want to double click any file in the
> >> list of changed files and see the differences, it does another
> >> authentication each time I double click another file in the list of
> >> changed files.. Each one has the "save authentication" checkbox, but
> >> I think that checking it would save the authentication and use it for
> >> all authentication steps.
> >>
> >> I have worked around this by checking the box, then later going into
> >> the settings and setting it back to requesting authentication.
> >>
> >> It might be a bug for the specific case where I have checked for
> >> modifications, then must authenticate for each file on which I want
> >> to view the differences. It seems like it should not be necessary then.
> >>
> >> One possible way to improve this could be to have a separate flag for
> >> "read" type operations vs. "write" type operations. Even though the
> >> diff of modifications could allow writing a merged file, that would
> >> not update the repository so it would count as a read operation.
> >
> > That feature is already implemented :)
> > You have to configure your server accordingly.
> >
> > Either configure the 'read' operations to not require authentication
> > at all (anonymous access) and only require authentication for the
> > write operations, or you could set up two different users, one which
> > has only read access (but still needs to authenticate, and for which
> > you then store/save the authentication data), and another one with
> > write access (for which you won't store/save the authentication data).
> >
> > Stefan
> >
> >
> Thank you for responding.
>
> We use collabnet authentication with subversion, and are at about 6
> developers. Doubling the users would come close to the license limit. My
> admin does not like the idea of anonymous access. It sounds like the
> saved authentication would fail, then it would come back with the prompt.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: users-help@tortoisesvn.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Sep 6 04:31:25 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.