Looked into the svn revision issue.

There exists a file "rexxref\en-US\rexxref.ent" (dated February 25th) that 
contains among other
things the revision number:

    F:\work\svn\oorexx\docs\trunk>type rexxref\en-US\rexxref.ent
    <!ENTITY PRODUCT "Documentation">
    <!ENTITY BOOKID "rexxref">
    <!ENTITY YEAR "2005-2020">
    <!ENTITY HOLDER "Rexx Language Association. All rights reserved.">
    *<!ENTITY VERSION "5.0.0.r11982">*
    <!ENTITY EDITION "0.2020.02.20">

    <!ENTITY Rexx "ooRexx">
    <!-- http://www.sagehill.net/docbookxsl/ModularEntities.html -->
    <!ENTITY nil "<literal>.nil</literal>">
    <!ENTITY true "<literal>.true</literal>">
    <!ENTITY false "<literal>.false</literal>">
    <!ENTITY collection_or_makearray "a <classname>Collection</classname> 
object or any other object that supports a <methodname>makeArray</methodname> 
method">
    <!ENTITY returns_minus_one_zero_or_one 'Returns <literal>-1</literal> if 
<emphasis role="italic">second</emphasis> is larger than <emphasis 
role="italic">first</emphasis>, <literal>0</literal> if the two objects are 
equal, and <literal>1</literal> if <emphasis role="italic">second</emphasis> is 
smaller than <emphasis role="italic">first</emphasis>'>
    <!ENTITY returns_one_zero_or_minus_one 'Returns <literal>1</literal> if 
<emphasis role="italic">second</emphasis> is larger than <emphasis 
role="italic">first</emphasis>, <literal>0</literal> if the two objects are 
equal, and <literal>-1</literal> if <emphasis role="italic">second</emphasis> 
is smaller than <emphasis role="italic">first</emphasis>'>

    <!ENTITY singledimarray "single-dimensional Array">
    <!ENTITY multidimarray "multi-dimensional Array">

    <!ENTITY utc_offset '
    If specified, <emphasis role="italic">offset</emphasis> is the offset from 
UTC, in minutes.
    The <emphasis role="italic">offset</emphasis> must be a valid whole number 
between -900 and
    900 or an equivalent <xref linkend="clsTimeSpan" 
xrefstyle="template:TimeSpan"/> instance.'>
    <!ENTITY utc_offset_default_system '<para>&utc_offset;
    The default <emphasis role="italic">offset</emphasis> is the current system 
timezone offset.
    </para>'>
    <!ENTITY utc_offset_default_zero '<para>&utc_offset;
    The default <emphasis role="italic">offset</emphasis> is 
<literal>0</literal>, which creates
    a DateTime object for UTC.
    </para>'>

    <!ENTITY added50 "*NEW* ">
    <!ENTITY changed50 "*CHG* ">

Although I did an "svn update" that file has not been updated, its revision 
number is unchanged.
(BTW, the file "rexxref.ent" is missing from the other books.)

---

Today there was a file "%docpath%\svnrev.tmp" created with a content of: 
"Unversioned directory"
which is strange, as I get "11985" if executing the command "svnversion 
%docpath%" manually.

(In my case I need to be careful as I sometimes use the Unix tools cygwin on 
Windows which contain
'svnversion' in addition but gives an error instead: svnversion %docpath%
'/cygdrive/g/oorexx.tmp/gilDocs/orxbldoc-1.1/F:\work\svn\oorexx\docs\trunk' 
doesn't exist". The
cygwin mandated path would be: "svnversion 
/cygdrive/f/work/svn/oorexx/docs/trunk" which then would
yield "11985" also.  Maybe this is worth a warning to not mix Unix style tools 
on Windows.)

---

Did create the rxmath book which has no revision number added to the ooRexx 
version number "5.0.0"
like the rexxref book.

---rony


_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to