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

Re: [PATCH] default to --no-auth-cache

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-01-14 22:09:04 CET

Benjamin Pflugmann wrote:

>On Mon 2003-01-13 at 15:25:23 -0800, rbb@rkbloom.net wrote:
>
>>'svn st -u' shouldn't be adding auth data to the wc if it wasn't
>>there to begin with. IMHO, only checkout and update should be
>>modifying the cached auth information.
>>
>>
>
>Why? The only reason I can imagine is because 'svn stat' doesn't
>change the WC, only checkout and update do.
>
>But... that is about versioned data. Authentication data is not part
>of the repository, it is not part of the versioned data. It *may* be
>stored within the WC, but that's all. It's simply a cached data.
>
>In other words, it is *not* inconsistent for a 'repository, read-only'
>operation to write to some cache which happens to be in the WC. That's
>not only true for authentication data, but for any kind of caching
>that is able to speed up network operations. And 'svn st -u' is such
>an operation.
>
>

Not to mention that read operations might require a password, too, not
just write operations.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 14 22:09:47 2003

This is an archived mail posted to the Subversion Dev mailing list.

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