----- Original Message -----
From: "Sindbad the Seafarer" <sindbad.the.seafarer@gmx.net>
> > I don't think so. You're request is about redirecting and formatting
> > the output of commands, not about executing a command at specific
> > "positions" of an action.
>
> Yes, no. Towards the end of an action it should execute e.g.
> notepad.exe and print the output to it.
>
> That kind of feature can be done with the CL
> > client. If you don't want user interaction use the corresponding
> > switch (--non-interactive).
>
> That switch would just be the opposite (or almost) of what I want: I
> want the log or status report be shown. Calling svn log from within
> another app (the HTML editor here) has the CL client just flash a
> black screen not the fastest reader can read.
make a .bat file:
svn log /path/to/file/or/folder > tempfile.txt
notepad.exe tempfile.txt
(the ">" redirects the output of svn to the file "tempfile.txt")
Stefan
P.S. please don't CC me - I already receive the mails from the
list - I always get your mails twice :)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 17 21:17:14 2003