id summary reporter owner description type status milestone component version severity resolution keywords cc 1889 regression.py can't be run from a path with spaces (Windows) David Walthall René Rivera "It appears that there is a bug in regression.py. I think that both of the %s on line 365 should be quoted: self.svn_command( 'info --xml ""%s"" >""%s""' % (self.boost_root,svn_info_file) ) instead of self.svn_command( 'info --xml ""%s"" >%s' % (self.boost_root,svn_info_file) ) since the original line fails if the svn_info_file path has spaces in it. " Bugs closed Boost 1.36.0 Regression Testing USE GITHUB Boost 1.35.0 Problem fixed regression.py windows spaces