|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-10-30 19:52:26
Hi,
I may have missed it but it appears that run.py requires at least
Subversion 1.4, is that right? I have Subversion 1.1.x on a number
of systems and it doesn't appear to work correctly (I get this error
message).
# Executing SVN command "svn --non-interactive info --xml "/var/
scratch2/boost/boost" >/var/scratch2/boost/boost/svn_info.txt"
Subcommand 'info' doesn't accept option '--non-interactive'
Type 'svn help info' for usage.
Traceback (most recent call last):
File "run.py", line 51, in ?
runner(root)
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 180, in __init__
self.main()
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 466, in main
getattr(self,action_m)()
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 432, in command_regression
self.command_collect_logs()
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 352, in command_collect_logs
self.svn_command( 'info --xml "%s" >%s' %
(self.boost_root,svn_info_file) )
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 663, in svn_command
raise Exception( 'SVN command "%s" failed with code %d' % ( cmd,
rc ) )
Exception: SVN command "svn --non-interactive info --xml "/var/
scratch2/boost/boost" >/var/scratch2/boost/boost/svn_info.txt" failed
with code 256
My subversion version is:
[kbelco_at_sahp7645 boost]$ svn --version
svn, version 1.1.4 (r13838)
compiled Apr 12 2005, 15:59:47
-- Noel