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

Re: would like the ability to break multiple locks in the repo browser

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-11-09 19:53:55 CET

Humberto Madeira/Trapsoft Inc wrote:
> Here is a suggestion for an enhancement of the Repository Browser break
> locks feature.
>
> When I use the repository browser I can only break one lock at a time.
> I would prefer it if I could highlight multiple items (including
> folders) and recursively break all of the locks in one go.
> Since the delete action already lets you select multiple items and
> recursively delete them,
> I believe the break locks action should follow the same pattern.
>
> If you are worried about breaking too many in one go, then how about a
> filter to select only locks from one individual?

Can you please first explain *why* you have to break locks in the
repository browser? You can break multiple locks from the working copy
much easier - and there you even might have a reason because you want to
actually work on those files. But in the repobrowser?

> In order to support recursive lock breaking, you also need the ability
> to tell which folders contain locks.
> Currently, folders don't indicate whether they contain any locks inside
> them,
> and I have to open each one to find out whether there are any.

Yes, and unfortunately, that has to stay that way. See below.

> How about displaying list of userID's that have locks in a given folder.
> Alternatively, just indicating (with an asterisk or something) that
> locks are in the folder
> would already be a big help.

To find out if a subfolder contains locks, we would have to recursively
'open' all folders and do an 'svn ls' (svn_client_ls2() resp.). In case
you're wondering why I don't want to do that:

open the repository browser, go to
http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk
Ctrl-Click on the '+' on the left of /trunk. (Or hit Ctrl-F5).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Wed Nov 09 19:05:04 2005

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.