<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">hi<br>
      <br>
    </div>
    <blockquote
cite="mid:CAAt0FRiSJg2s9bMfkBt1+sBOmEpY8rHoQgp6NuAscLv0QNZ1gA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <blockquote class="gmail_quote">
              <div>p.s.: the line you wrote above, supposes that the
                sorcery knows where the repository is and that you can
                run the svn client from the command line... not
                impossible, you can probably set them at cmake time...
                but i haven't heard any project doing that :-)</div>
            </blockquote>
            <div>a.l.e </div>
            <div>OK...super ugly hack in the meantime:</div>
            <div><br>
            </div>
            <div>echo `svn info svn://<a moz-do-not-send="true"
                href="http://scribus.net//trunk/Scribus">scribus.net//trunk/Scribus</a>
              | grep 'Last Changed Rev' | awk '{ print $4; }'` >
              revision.txt </div>
            <div><br>
            </div>
            <br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    well, afaict this gives you the latest revision on the scribus
    server... not the one you are compiling...<br>
    <br>
    and what happens if you don't have internet access when compiling?<br>
    <br>
    i think that as a first step you should really find another project
    already doing this and analyzing their way of doing...<br>
    i failed at it... but it does not mean that there is no way to do
    it!<br>
    <br>
    ciao<br>
    a.l.e<br>
  </body>
</html>