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

Re: Apply needs lock on folder from repo browser

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 17 Oct 2014 10:25:30 +0200

On 16.10.2014 17:44, Steve Parkinson wrote:
> Open repo browser. Right click a folder in the file view frame (right
> frame). Click properties. New, needs lock. Select locking required, Ok
> to dialog. Receive error dialog ‘Cannot set ‘svn:needs-lock’ on a
> directory’. Tortoise crashed, dump uploaded and linked below. Following

The reason you get that error when trying to set the needs-lock property
on a folder is that when doing it from a working copy, the property is
set on all files inside that folder recursively instead. When you try to
do it from the repository browser, that's not possible since it would
take way too long to set the property on each file separately - and you
would probably overload the server as well.

> the crash I applied the property from the explorer shell dialog to the
> same folder. When I attempted to reproduce the problem in creating this
> report I could not.
>
> Not sure why I was trying to do it from repo browser anyway, but thought
> I would give some additional info on the dump upload.

Thanks. I've received a lot dumps for that crash already, but never with
a description on how or when it happened.
I still can't reproduce it here on my machine, but I'll keep trying. I
hope I can find out the reason for this crash with the info you gave here.

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=3090020
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-10-17 10:25:21 CEST

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.