Redirecting ALL command line output to a file
Gareth Lock (2186) 51 posts |
This is svn related again, so it might be a case of getting svn to behave, but is there any way of redirecting ANY and ALL output to a file beyond RISC OS > type redirection. svn seems to output to the screen in some circumstances even if output is redirected to a file. Maybe I’m looking at an OS_Byte here… |
Stuart Swales (1481) 351 posts |
Use RISC OS redirection *svn whatever { > filename } not C redirection *svn whatever > filename |
Martin Avison (27) 1494 posts |
Reporter has the facility to use It uses OS redirection, but is another option which may be useful. |
Gareth Lock (2186) 51 posts |
Thanks Stuart… That looks like it’ll do exactly what I need… |