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

Re: Feature suggestion: Cut, Copy, Paste

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 12 Sep 2008 23:01:19 +0200

Robert Dailey wrote:
> Hi,
>
> I'm not sure if this idea has come up or not yet, but an SVN Cut, SVN
> Copy, and SVN Paste commands in the context menu would be great for
> using a single explorer window to move/copy files/directories around.
> Some sort of 2 step move/copy process versus the typical drag/drop
> approach would be nice, since normally I don't keep 2 explorer windows
> open and it's a bit tedious to get one up and set to the right directory.
>
> Has this been thought of?

That's not possible (i.e., it wouldn't work).
For Cut/Copy to work, TSVN would have to stay in memory and then catch
the paste operation. But the context menu handler isn't 'resident' in
memory and therefor when you would call "SVN Paste", the paste command
would have no idea *what* to paste because the source of the cut/copy
operation is not known.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-09-12 23:01:30 CEST

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.