Does scons support subversion checkout?
问题 From some sites it seems Scons support subversion checkout: env = Environment() env.SourceCode('.', env.Subversion('XXX')) env.Program('hello.c') http://www.scons.org/doc/0.92/HTML/scons-user/x1625.html But from the man page/user guide of the latest stable version(2.0.0) there is no subversion. It's not mentioned in the change log. So I am wondering what is going on. 回答1: From the looks of things, SourceCode has been deprecated in 2.0. There has been very little discussion about the