Changes between Initial Version and Version 2 of Ticket #973
- Timestamp:
- Apr 2, 2008, 8:41:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #973
- Property Resolution → fixed
- Property Status new → closed
- Property Summary Add a 'svn-update' target to the build file → Add a 'svn.update' target to the build file
-
Ticket #973 – Description
initial v2 1 1 This would simplify automatic generation of the documentation. After an initial checkout it should be possible to just add a cron job that does: 2 2 {{{ 3 ant svn -update doc3 ant svn.update doc 4 4 }}}