
Hi, I am having trouble following the instructions for running the regression tests on the trunk as described here: http://www.boost.org/development/running_regression_tests.html Compiler: MSVC9 Express OS: Vista Ultimate x86 Python: python 2.5 I am attempting to use the command line: python.exe run.py --toolset=msvc After many hours of execution I get this error: # Executing SVN command "svn --non-interactive info --xml "C:\Users\neil\source\ boost-trunk\boost" >"C:\Users\neil\source\boost-trunk\boost\svn_info.txt"" # Collecting test logs into "C:\Users\neil\source\boost-trunk\results\None.xml". .. Traceback (most recent call last): File "run.py", line 60, in <module> runner(root) File "C:\Users\neil\source\boost-trunk\tools_regression_src\regression.py", line 193, in __init__ self.main() File "C:\Users\neil\source\boost-trunk\tools_regression_src\regression.py", line 551, in main getattr(self,action_m)() File "C:\Users\neil\source\boost-trunk\tools_regression_src\regression.py", line 517, in command_regression self.command_collect_logs() File "C:\Users\neil\source\boost-trunk\tools_regression_src\regression.py", line 424, in command_collect_logs revision ) File "C:\Users\neil\source\boost-trunk\tools_regression_src\collect_and_upload_logs.py", line 309, in collect_logs, 'revision': revision File "c:\python25\lib\xml\sax\saxutils.py", line 132, in startElement self._write(' %s=%s' % (name, quoteattr(value))) File "c:\python25\lib\xml\sax\saxutils.py", line 73, in quoteattr data = escape(data, entities) File "c:\python25\lib\xml\sax\saxutils.py", line 39, in escape data = data.replace("&", "&") AttributeError: 'NoneType' object has no attribute 'replace' Has anyone seen this issue before, or know how to fix it? Thanks in anticipation, Neil Groves