Changeset 4205


Ignore:
Timestamp:
Apr 2, 2008, 8:41:32 PM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #973: Add a 'svn.update' target to the build file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r4195 r4205  
    16891689  </target>
    16901690 
     1691  <target
     1692    name="svn.update"
     1693    description="Issues an 'svn update' command to check out the latest revision from subversion"
     1694    >
     1695    <svn>
     1696      <update dir="." />
     1697    </svn>
     1698  </target>
     1699 
    16911700</project>
Note: See TracChangeset for help on using the changeset viewer.