ExternalProject: Clarify SVN_REVISION format in docs (#15081)

Show the explicit '-r' that is required.
This commit is contained in:
Brad King 2014-08-13 10:56:35 -04:00
parent 5891b36640
commit b26faaf1b5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
# [CVS_MODULE mod] # Module to checkout from CVS repo
# [CVS_TAG tag] # Tag to checkout from CVS repo
# [SVN_REPOSITORY url] # URL of Subversion repo
# [SVN_REVISION rev] # Revision to checkout from Subversion repo
# [SVN_REVISION -r<rev>] # Revision to checkout from Subversion repo
# [SVN_USERNAME john ] # Username for Subversion checkout and update
# [SVN_PASSWORD doe ] # Password for Subversion checkout and update
# [SVN_TRUST_CERT 1 ] # Trust the Subversion server site certificate