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/Subversion.xml | 51 +++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 7 deletions(-) (limited to 'src/engine/SCons/Tool/Subversion.xml') diff --git a/src/engine/SCons/Tool/Subversion.xml b/src/engine/SCons/Tool/Subversion.xml index 1295824..953a735 100644 --- a/src/engine/SCons/Tool/Subversion.xml +++ b/src/engine/SCons/Tool/Subversion.xml @@ -1,21 +1,42 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + @@ -23,8 +44,10 @@ SVNCOMSTR @@ -32,8 +55,10 @@ The Subversion executable (usually named @@ -41,7 +66,9 @@ fetch source files from a Subversion repository. @@ -52,6 +79,7 @@ General options that are passed to Subversion. (repository, module) + A factory function that returns a Builder object to be used to fetch source files @@ -61,7 +89,9 @@ The returned Builder is intended to be passed to the &f-link-SourceCode; function. + + The optional specified module will be added to the beginning @@ -73,14 +103,19 @@ so that you only have to replicate part of the repository directory hierarchy in your local build directory. + + This function is deprecated, see the entry for the &f-SourceCode; function. + + Example: + - + # Will fetch foo/bar/src.c # from /usr/local/Subversion/foo/bar/src.c. env.SourceCode('.', env.Subversion('file:///usr/local/Subversion')) @@ -92,7 +127,9 @@ env.SourceCode('.', env.Subversion('file:///usr/local/Subversion', 'foo')) # Will fetch src.c # from /usr/local/Subversion/foo/bar/src.c. env.SourceCode('.', env.Subversion('file:///usr/local/Subversion', 'foo/bar')) - + --> + + \ No newline at end of file -- cgit v1.2.3