# HG changeset patch # User wbell # Date 1214183579 0 # Node ID 9bff10727d58cad659369cf2c33212809e3cb115 # Parent 5c6c56fbd9d701783b6db75422e524c56f34e76d Documentation update for svn commands, supplied by Iain Haslam. diff --git a/doc/commands.txt b/doc/commands.txt --- a/doc/commands.txt +++ b/doc/commands.txt @@ -747,6 +747,13 @@ | | normally set this to ``${revision}`` so that the revision | | | of the build is used. | +--------------+-------------------------------------------------------------+ +| ``dir`` | Path specifying which directory the sources should be | +| | checked out to (defaults to '.'). | ++--------------+-------------------------------------------------------------+ +| ``verbose`` | Whether to log the list of checked out files (defaults to | +| | False). | ++--------------+-------------------------------------------------------------+ + Examples -------- @@ -784,6 +791,9 @@ | | normally set this to ``${revision}`` so that the revision | | | of the build is used. | +--------------+-------------------------------------------------------------+ +| ``dir`` | Path specifying which directory the sources should be | +| | exported to (defaults to '.') | ++--------------+-------------------------------------------------------------+ Examples -------- @@ -816,6 +826,9 @@ | | normally set this to ``${revision}`` so that the revision | | | of the build is used. | +--------------+-------------------------------------------------------------+ +| ``dir`` | Path specifying the directory containing the sources to be | +| | updated (defaults to '.') | ++--------------+-------------------------------------------------------------+ Examples --------