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

Re: Merge from log dialog

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-09-28 20:11:40 CEST

Simon Large wrote:
> Hi folks,
>
> We can now merge from the log dialog. Is it worth having a dry-run
> checkbox in the folder selector, or should we just leave that to the
> full-featured merge dialog?

I think if options are required, then the merge dialog is the way to go.
The merging from the log dialog should be the fast way, i.e. with no
options to set but just doing the default merge.

> Is it possible to add a right-drag handler to the log dialog so that
> you can right drag a revision from the log dialog directly onto a
> working copy in explorer?

Unfortunately, no.
The reason is simple: it's not possible to get the target path when
dropping from one app to another, because the target app decides whether
it can handle whatever the source application is offering (text, files,
images, ...). The target app also decides what to do with that dropped
data (for example, you can drop files on mail applications, but you
can't merge the files there).

I was thinking of using some undocumented features to find out whether
the target application is the explorer process and then find out what
the target path would be. But that way is risky, undocumented and might
lead to a big mess.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Sep 28 20:11:56 2007

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.