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

Re: Post-Update-Action

From: Steve King <ichselbst_at_gmx.ch>
Date: 2003-09-17 21:16:14 CEST

----- 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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.