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

Re: Keyboard shortcuts

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-11-17 13:51:45 CET

Nick Gilbert wrote:
> Is it possible to create a shortcut or .bat file which brings up the
> commit dialog for a specific project? A colleague wants to use one of
> the programmable buttons on his keyboard as a commit button :)

TortoiseProc.exe /command:commit /path:"path/to/project" /notempfile

That's how you can bring up the commit dialog.

You could also use the StExBar (http://tools.tortoisesvn.net/StExBar)
and configure a new custom command for committing the selected or the
current view in explorer like this:

[02TSVN]
name = TSVN Commit
icon = c:\programme\tortoisesvn\bin\tortoiseproc.exe,123
commandline = c:\programme\tortoisesvn\bin\tortoiseproc.exe
/command:commit /path:"%sel*paths" /notempfile
enabled_selected = yes
enabled_viewpath = yes
hotkey = 0x43
hotkey_shift = yes

which will create a new custom command for committing, assigned to the
shortcut key shift-C

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 Nov 17 13:52:01 2006

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.