Udo Eberhardt wrote:
> I try to create a button bar for TotalCommander which provides quick
> access to most often used TSVN commands. While this works quite well for
> single files it is not easy to handle if multiple files are to be
> specified at once (e.g. with the Add command).
>
> According to the docs, TortoiseProc can take a list of files in the
> /path parameter (separated by *). However, this format is difficult to
> create (at least with TotalCmd), and with deep directory hierarchies the
> resulting very long command line could cause problems.
>
> It would be useful if TortoiseProc supports an alternative option, e.g.
> /pathfile:"file", which allows to specify the path to a text file which
> contains a list of paths, one path per line. Semantics is identical to
> the /path variant.
All commands which can take more than one path already do that. That's
why you have to add the parameter /notempfile if you use the
paths-separated-by-*. If you don't pass /notempfile, then TortoiseProc
expects the /path: param to point to a temporary file with a list of
paths, separated by newlines.
Notes:
* as you might already figure, the file with the list of paths is
treated as a _temporary_ file and gets _deleted_ after the command is
finished
* the file must be in UNICODE format (UTF-16). ANSI files won't work.
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 Sun Nov 19 22:17:52 2006