Comment 1 for bug 1973268

Revision history for this message
eMTee (realprogger) wrote :

[10:56:49] <cologic> " This function and its associate factory functions are deprecated. There is no replacement. The intended use was to keep a local tree in sync with an archive, but in actuality the function only causes the archive to be fetched on the first run. Synchronizing with the archive is best done external to SCons. / ... / scons will, by default, fetch files from SCCS or RCS subdirectories without explicit configuration. This takes some extra processing time to search for the necessary source code management files on disk. You can avoid these extra searches and speed up your build a little by disabling these searches as follows: / env.SourceCode('.', None)": https://scons.org/doc/3.0.5/HTML/scons-man.html
[10:58:46] <cologic> Should be safe to remove.