From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/SCCS.xml | 55 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 47 insertions(+), 8 deletions(-) (limited to 'src/engine/SCons/Tool/SCCS.xml') diff --git a/src/engine/SCons/Tool/SCCS.xml b/src/engine/SCons/Tool/SCCS.xml index f621d7a..4cc3a42 100644 --- a/src/engine/SCons/Tool/SCCS.xml +++ b/src/engine/SCons/Tool/SCCS.xml @@ -1,59 +1,90 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for interacting with the Source Code Control System. + -SCCS -SCCSFLAGS -SCCSGETFLAGS -SCCSCOM +SCCS +SCCSFLAGS +SCCSGETFLAGS +SCCSCOM -SCCSCOMSTR +SCCSCOMSTR + The SCCS executable. + + The command line used to fetch source files from SCCS. + + The string displayed when fetching a source file from a CVS repository. If this is not set, then &cv-link-SCCSCOM; (the command line) is displayed. + + General options that are passed to SCCS. + + Options that are passed specifically to the SCCS "get" subcommand. This can be set, for example, to to check out editable files from SCCS. + @@ -62,6 +93,7 @@ to check out editable files from SCCS. () + A factory function that returns a Builder object to be used to fetch source files @@ -70,13 +102,17 @@ The returned Builder is intended to be passed to the &f-link-SourceCode; function. + + Example: + - + env.SourceCode('.', env.SCCS()) - + + Note that &scons; will fetch source files @@ -90,5 +126,8 @@ files in the same directory as the source files, or if you need to explicitly specify SCCS for a specific subdirectory. + + + \ No newline at end of file -- cgit v1.2.3