<HTML dir=ltr><HEAD>
<STYLE title=owaParaStyle><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></STYLE>
</HEAD>
<BODY ocsi="x">
<DIV dir=ltr><FONT color=#000000 size=2 face=Tahoma>hi!</FONT></DIV>
<DIV dir=ltr><FONT size=2 face=tahoma></FONT> </DIV>
<DIV dir=ltr><A href="http://svnbook.googlecode.com/svn/trunk/en/book/ref-svnmucc.xml" target=_blank>http://svnbook.googlecode.com/svn/trunk/en/book/ref-svnmucc.xml</A>  rev 4562 contains in several places:</DIV>
<DIV dir=ltr><FONT face="times new roman"></FONT> </DIV>
<DIV dir=ltr><FONT face="times new roman">$ export BASEREV=`svn info ${FILEURL} | \<BR>                  grep '^Last Changed Rev' | cut -d ' ' -f 2`<BR></FONT></DIV>
<DIV dir=ltr><FONT face="times new roman"><FONT face="times new roman">this will not work - the revision is field 4, not field 2, so -f 2 must be changed to -f 4</FONT></FONT></DIV>
<DIV dir=ltr>$ export BASEREV=`svn info ${FILEURL} | \<BR>                  grep '^Last Changed Rev' | cut -d ' ' -f 4`<BR></DIV>
<DIV dir=ltr><FONT face="times new roman"><FONT face="times new roman">i would recommend using the --xml version of info, but one cannot grep the right revision without formatting first</FONT></FONT></DIV>
<DIV dir=ltr>$ export BASEREV=`svn info --xml ${FILEURL} | \</DIV>
<DIV dir=ltr>                  xmllint - |\<BR>                  grep '^<commit revision="' | cut -d '"' -f 2`<BR></DIV>
<DIV dir=ltr><FONT face="times new roman">last line afet = is: a double quote, followed by a single quote.</FONT></DIV>
<DIV dir=ltr><FONT face="times new roman">after -d: a single, a double, a single quote</FONT></DIV>
<DIV dir=ltr><FONT face="times new roman"></FONT> </DIV>
<DIV dir=ltr><FONT face="times new roman">of course, if your xmllint supports the --xpath option things are easier.</FONT></DIV>
<DIV dir=ltr><FONT face="times new roman"></FONT> </DIV>
<DIV dir=ltr><FONT face="times new roman"><FONT face="times new roman"></FONT> </DIV></FONT>
<DIV><FONT size=2><FONT face=Tahoma>Mit freundlichen Grüssen,<BR><BR>DI MIchael Schindler<BR><BR>AMOS Austria GMBH<BR>Informationstechnologie / Anwendungsentwicklung<BR>Hietzinger Kai 101-105  A-1130 Wien<BR>Telefon +43 (0) 59009 88664<BR>mail: michael.schindler@allianz.at<BR>web: </FONT><A href="http://www.allianz.at/" target=_blank><FONT face=Tahoma>http://www.allianz.at</FONT></A></FONT></DIV> <br>
AMOS Austria GmbH <br>
1130 Wien, Hietzinger Kai 101-105 <br>
FN 365014k, Handelsgericht Wien <br>
UID: ATU 66614737 <br>
<br>
http://www.allianz.at <br>
<br>
******************************************************** <br>
Dieses E-Mail und allfaellig daran angeschlossene Anhaenge <br>
enthalten Informationen, die vertraulich und <br>
ausschliesslich fuer den (die) bezeichneten Adressaten <br>
bestimmt sind. <br>
Wenn Sie nicht der genannte Adressat sind, darf dieses <br>
E-Mail samt allfaelliger Anhaenge von Ihnen weder anderen <br>
Personen zugaenglich gemacht noch in anderer Weise <br>
verwertet werden.<br>
Wenn Sie nicht der beabsichtigte Empfaenger sind, bitten<br>
wir Sie, dieses E-Mail und saemtliche angeschlossene<br>
Anhaenge zu loeschen. <br>
<br>
Please note: This email and any files transmitted with it is <br>
intended only for the named recipients and may contain <br>
confidential and/or privileged information. If you are not the <br>
intended recipient, please do not read, copy, use or disclose <br>
the contents of this communication to others and notify the <br>
sender immediately. Then please delete the email and any <br>
copies of it. Thank you.<br>
********************************************************</body></HTML>