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

Re: Tortoise is not handling Win7 UAC system screen notofications

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 19 Jan 2012 18:47:39 +0100

On 19.01.2012 13:17, KLM wrote:
> I need to checkout to the C:\Program Files directory whilst it's
> controlled by UAC. It looks like it TortoiseSVN cannot handle the UAC
> message about providing the Admin rights.

The UAC prompt is nothing an app can "handle" as you put it. An app has
to mark itself to run with elevated privileges or start itself new with
elevated privileges - the UAC prompt is then shown by the OS. An app can
not show that prompt itself.
That's the whole point, otherwise the UAC would be useless.

Since TSVN is not an app that requires such privileges it isn't marked
as such and the OS does not show the UAC prompt.
If it were marked to require elevated privileges, the UAC prompt would
appear for every single command.

> Any plans to add this feature in next releases?

No plans at all, no.
First, this would have to be implemented in the svn library, not TSVN
since it's the library that writes the files.
Second, there's a reason you don't have write access to some folders.
Maybe because you just shouldn't put files there to work with but only
when installing, maybe the folder belongs to another user.

Stefan

-- 
        ___
   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=2910005
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-19 18:47:48 CET

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.