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

Re: [TSVN] Locks are case-sensitive... (problem with windows)

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-22 14:52:43 CEST

Pawel Czoppa wrote:

> We have found recently quite a big problem with locking file. Problem is with
> case sensitive locks. Our company is WindowsXP based, so there are no case
> sensitive checks, and locking file as “Anee.Smith” is as good as “anee.smith”.
> But try to lock file as Anne.Smith and then release as anee.smith. It will
> fail. It says that Anee.Smith has locked file, therefore anee.smith cannot
> obtain its own lock.
>
> Is there a way to force TortoiseSVN to use lowercase logins (or uppercase,
> doesn’t matter)? System variable USER_NAME is always set to “Anee.Smith” even
> if you login as “AnEE.SmiTH”, but TortoiseSVN/SVN sometimes lock files
> as “anee.smith” and sometimes as “Anee.Smith”

The locks are not name/user based but based on the working copy the lock
was made. Locking/unlocking is done by using GUID's, not the actual
usernames. Check the Subversion book for details about this.

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 Fri Jul 22 15:05:10 2005

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.