[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error in nitial Run of basic_tests.py

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Tue, 1 May 2012 21:34:10 +0300

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 mailing lists.

> and --bin= options, as shown by the terminal session below.
..
> [tom_at_lorien ~]$ ls $SVNKIT_HOME/bin
> jsvn jsvndumpfilter jsvnsetup.openvms jsvnversion.bat
> jsvnadmin jsvndumpfilter.bat jsvnsync
> jsvnadmin.bat jsvnlook jsvnsync.bat
> jsvn.bat jsvnlook.bat jsvnversion
> [tom_at_lorien ~]$ cd subversion-1.6.15
> [tom_at_lorien cmdline]$ ./basic_tests.py --use-jsvn --bin=$SVNKIT_HOME/bin
> OSError: [Errno 8] Exec format error

I assume that svntest tries gets that error upon attempting to run
system("$SVNKIT_HOME/bin/jsvn") (aka os.system() in Python).

Beyond that, This does not seem to be a bug in the test harness itself, so please
follow up on the SVNKit lists. Good luck!

Daniel
Received on 2012-05-01 20:35:03 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.