Changes between Version 62 and Version 63 of DavesFedoraCmakeBuildNotes
- Timestamp:
- 01/01/13 09:26:21 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DavesFedoraCmakeBuildNotes
v62 v63 4 4 Author: David Burken 5 5 6 Last modified: 01 December 20126 Last modified: 01 January 2013 7 7 8 8 Feedback welcome. Please send to the ossim mailing list at "ossim-developer AT lists.sourceforge.net" and reference this page. … … 395 395 echo "svn co ossimwms..." 396 396 svn co https://svn.osgeo.org/ossim/trunk/libwms $OSSIM_DEV_HOME/libwms 397 fi398 399 if [ -d "$OSSIM_DEV_HOME/omar" ]; then400 echo "Updating omar..."401 svn update $OSSIM_DEV_HOME/omar402 else403 echo "svn co omar..."404 svn co https://svn.osgeo.org/ossim/omar $OSSIM_DEV_HOME/omar405 397 fi 406 398