On 7/8/11 10:55 PM, Craig Bradney wrote: > On 7/8/11 10:52 PM, John Culleton wrote: >> When I create Scribus from an svn version with an overnight >> script the only way I have found to determine the actual >> revision is to direct the output of the script run into a >> file I call "foo" and then >> use grep to find the line that begins "Checked out" in the >> file foo. If this number is stored somewhere else I wouldn't >> have to do that search. But where? >> >> It would be nice if it were added automagically to the >> Splash Screen :<). > > er > > > svn info | grep Revision
add a: | cut -d' ' -f2 for the number
