On 7/8/11 11:11 PM, John Culleton wrote: > On Friday, July 08, 2011 05:00:46 pm Craig Bradney wrote: >> 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 > > The first version is adequate for my purposes. But I will > do > man cut > to figure out your addendum. > > Is it accidental or deliberate that both 1.4.0 and 1.5.0 > are at Revision 16711? >
they are in the same svn server... the revisions cover trunk + all the branches in it.. they are not separable - there is no way to tell them apart by the revision number. Craig
