Re: Error in nitial Run of basic_tests.py

2012-05-01 Thread Daniel Shahaf
Tom Bing wrote on Tue, May 01, 2012 at 20:04:41 -0400: > I appreciate your advice, I'll check the SVNKit lists. > > Judging from the access timestamps (ls -lu jsvn*) the "jsvnadmin" > script was the only one that had been accessed when this > basic_tests.py run failed. Not surprising; 'svnadmin c

Re: Error in nitial Run of basic_tests.py

2012-05-01 Thread Tom Bing
I appreciate your advice, I'll check the SVNKit lists. Judging from the access timestamps (ls -lu jsvn*) the "jsvnadmin" script was the only one that had been accessed when this basic_tests.py run failed. This run, if successful, would have gone through all the tests. Regards, Tom On Tue, May 1

Re: Error in nitial Run of basic_tests.py

2012-05-01 Thread Daniel Shahaf
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 ran basic_tests.py with the --use-jsvn SVNKit questions should be asked on the SVNKit

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 Daniel Shahaf
Daniel Shahaf wrote on Mon, Apr 30, 2012 at 17:13:06 +0300: > Tom Bing wrote on Mon, Apr 30, 2012 at 09:55:33 -0400: > > Folks, I did try to study the testing READMEs and the info at > > http://subversion.apache.org/docs/community-guide/building.html before I > > posted here. I have recently Googl

Re: Error in nitial Run of basic_tests.py

2012-04-30 Thread Daniel Shahaf
Tom Bing wrote on Mon, Apr 30, 2012 at 09:55:33 -0400: > 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,

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

Re: Error in nitial Run of basic_tests.py

2012-04-29 Thread Nico Kadel-Garcia
On Sun, Apr 29, 2012 at 8:54 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Sun, Apr 29, 2012 at 08:48:27 -0400: > > On Sun, Apr 29, 2012 at 1:31 AM, Daniel Shahaf >wrote: > > > > > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 21:38:59 -0400: > > > > > > > > SKIP and XFAIL are not error

Re: Error in nitial Run of basic_tests.py

2012-04-29 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Apr 29, 2012 at 08:48:27 -0400: > On Sun, Apr 29, 2012 at 1:31 AM, Daniel Shahaf wrote: > > > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 21:38:59 -0400: > > > > > > SKIP and XFAIL are not errors. FAIL are errors. XPASS are not > > supposed > > > > to happen i

Re: Error in nitial Run of basic_tests.py

2012-04-29 Thread Nico Kadel-Garcia
On Sun, Apr 29, 2012 at 1:31 AM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 21:38:59 -0400: > > > > SKIP and XFAIL are not errors. FAIL are errors. XPASS are not > supposed > > > to happen in release tarballs, but if they do they are treated like > FAIL > > > is for t

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 21:38:59 -0400: > On Sat, Apr 28, 2012 at 5:27 PM, Daniel Shahaf wrote: > > > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 16:56:54 -0400: > > > If you're up for some testing, there are tools I've submitted to > > Repoforge > > > for building 1.6.

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Nico Kadel-Garcia
On Sat, Apr 28, 2012 at 5:27 PM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 16:56:54 -0400: > > If you're up for some testing, there are tools I've submitted to > Repoforge > > for building 1.6.18 and 1.7.4 over at http://www.github.com/nkadel/ All > the > > patches and

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 16:56:54 -0400: > If you're up for some testing, there are tools I've submitted to Repoforge > for building 1.6.18 and 1.7.4 over at http://www.github.com/nkadel/ All the > patches and .spec files for building the RPM's, compatble for RHEL 4, 5, > and

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Nico Kadel-Garcia
If you're up for some testing, there are tools I've submitted to Repoforge for building 1.6.18 and 1.7.4 over at http://www.github.com/nkadel/ All the patches and .spec files for building the RPM's, compatble for RHEL 4, 5, and 6. You could rsync the repository to a new environment, build and insta

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Daniel Shahaf
As to "how could I know this" --- *_tests.py take a --help option, which lists --bin in its output.

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Daniel Shahaf
*_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.

Error in nitial Run of basic_tests.py

2012-04-27 Thread Tom Bing
I have a Subversion 1.6.15 repository set up and working on an Intel 64-bit RHEL5 Linux platform.  I have been trying unsuccessfully to run the command-line test suite, using subversion/tests/cmdline/basic_tests.py.  The version of Python on this server is 2.4.3. This script runs normally with the