Re: Error in nitial Run of basic_tests.py

2012-05-01 Thread Tom Bing
om On Tue, May 1, 2012 at 2:34 PM, Daniel Shahaf wrote: > Tom Bing wrote on Tue, May 01, 2012 at 12:04:03 -0400: >> I am running some tests with basic_tests.py to verify the operation of >> the SVNKit command-line client scripts.  I encountered an error (Errno >> 8) when I ra

Re: Error in nitial Run of basic_tests.py

2012-05-01 Thread Tom Bing
I am running some tests with basic_tests.py to verify the operation of the SVNKit command-line client scripts. I encountered an error (Errno 8) when I ran basic_tests.py with the --use-jsvn and --bin= options, as shown by the terminal session below. [tom@lorien ~]$ pwd /home/tom [tom@lorien ~]$

Re: Error in nitial Run of basic_tests.py

2012-04-30 Thread Tom Bing
Hi Folks, The earlier guidance was a great help. Specifically, this info from Daniel on Apr 28: > *_tests.py look by default for svn in ../../svn/svn --- i.e., build > outputs. Are you running from a built source tree? If not, pass > --bin=/usr/bin. By using --bin=, I was able to run the tests

Error in nitial Run of basic_tests.py

2012-04-27 Thread Tom Bing
/python2.4/subprocess.py", line 996, in _execute_child    raise child_exception OSError: [Errno 2] No such file or directory I thought this was some kind of configuration error or missing environment variable, but I don't find anything in the two README files for testing that covers this. Thanks for your help, Tom Bing