Ignore:
Timestamp:
2023-02-24T12:42:22+13:00 (14 months ago)
Author:
kjdon
Message:

added in the global-svn-args line to svn tasks in some other release kits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/derk/ant-scripts/build.xml

    r36628 r37346  
    1818        <if><bool><not><available file="documented-examples"/></not></bool>
    1919            <exec executable="svn">
    20                 <arg value="export"/>
    21                 <arg value="${svn.root}/documented-examples/${branch.path}"/>
    22                 <arg value="documented-examples"/>
     20              <arg line="${global-svn-args}"/>
     21              <arg value="export"/>
     22              <arg value="${svn.root}/documented-examples/${branch.path}"/>
     23              <arg value="documented-examples"/>
    2324            </exec>
    2425        </if>
     
    3132            <bool><not><available file="gs2build"/></not></bool>
    3233            <exec executable="svn">
    33                 <arg value="export"/>
    34                 <arg value="${svn.root}/main/${branch.path}/gs2build"/>
    35                 <arg value="gs2build"/>
     34              <arg line="${global-svn-args}"/>
     35              <arg value="export"/>
     36              <arg value="${svn.root}/main/${branch.path}/gs2build"/>
     37              <arg value="gs2build"/>
    3638            </exec>
    3739        </if>
Note: See TracChangeset for help on using the changeset viewer.