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/CVS.xml | 59 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 51 insertions(+), 8 deletions(-) (limited to 'src/engine/SCons/Tool/CVS.xml') diff --git a/src/engine/SCons/Tool/CVS.xml b/src/engine/SCons/Tool/CVS.xml index 8546e6a..b8e16ed 100644 --- a/src/engine/SCons/Tool/CVS.xml +++ b/src/engine/SCons/Tool/CVS.xml @@ -1,67 +1,100 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the CVS source code management system. + -CVS -CVSCOM -CVSFLAGS -CVSCOFLAGS +CVS +CVSCOM +CVSFLAGS +CVSCOFLAGS -CVSCOMSTR +CVSCOMSTR + The CVS executable. + + Options that are passed to the CVS checkout subcommand. + + The command line used to fetch source files from a CVS repository. + + The string displayed when fetching a source file from a CVS repository. If this is not set, then &cv-link-CVSCOM; (the command line) is displayed. + + General options that are passed to CVS. By default, this is set to -d $CVSREPOSITORY to specify from where the files must be fetched. + + The path to the CVS repository. This is referenced in the default &cv-link-CVSFLAGS; value. + @@ -70,6 +103,7 @@ This is referenced in the default (repository, module) + A factory function that returns a Builder object to be used to fetch source files @@ -80,11 +114,15 @@ The returned Builder is intended to be passed to the &f-link-SourceCode; function. + + This function is deprecated. For details, see the entry for the &f-SourceCode; function. + + The optional specified module will be added to the beginning @@ -96,10 +134,13 @@ so that you only have to replicate part of the repository directory hierarchy in your local build directory. + + Examples: + - + # Will fetch foo/bar/src.c # from /usr/local/CVSROOT/foo/bar/src.c. env.SourceCode('.', env.CVS('/usr/local/CVSROOT')) @@ -111,6 +152,8 @@ env.SourceCode('.', env.CVS('/usr/local/CVSROOT', 'foo')) # Will fetch src.c # from /usr/local/CVSROOT/foo/bar/src.c. env.SourceCode('.', env.CVS('/usr/local/CVSROOT', 'foo/bar')) - + + + \ No newline at end of file -- cgit v1.2.3