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

Re: TortoiseProc suggestion

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-11-19 22:17:31 CET

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

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.