I am looking for way way to capture the
out put generated by "svn stat" command which list the status of the files,
I am writing the script which run svn stat command and if
any of the file is modified prompt the user with the file name
So my question is when I run "svn stat" it list the file which
is modified with "M" at the front so is there any way to capture this "M" and filename?
Any suggestion please,
Cheers