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

Re: [TSVN] Double auth revisited

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-15 16:09:15 CET

Nicklas Norling wrote:

> Steps to reproduce:
>
> 1. Turn on SSPI authentication (I have a Win2k server + apache)
> 2. Flush the auth cache on the client (Settings button)
> 3. 'Update' one of your old folders with e.g. "DOMAIN\username" + pwd

Can you reproduce it without SSPI authentication? Just because I don't
have a windows domain here at home to reproduce that. And without SSPI I
couldn't make it ask for authentication twice...

> Note that svn.exe do not exhibit the same behaviour.
>
> C:\SomeFodler>svn up
> Autentiseringsregion (realm): <http://myserver:80> SVN Test area
> Lösenord för "username": *********
> Är på revision 12.

Sure. Subversion doesn't ask the server first for the HEAD revision like
TSVN does. That's not always good:
svn up file1 file2 file3 file4
at revision 100
at revision 100
--- now here, someone else finishes his/her commit.
at revision 101
at revision 101

With TSVN, you will always update _all_ items to the exact _same_
revision, no matter if someone else commits in between the updates
(Subversion updates multiple items non atomically).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 15 16:11:03 2004

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

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