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

Re: Locking branch has been merged [Re: svn commit: r13571]

From: Travis <svn_at_castle.fastmail.fm>
Date: 2005-03-23 11:08:35 CET

On Mar 23, 2005, at 3:00 AM, Tobias Ringström wrote:

> Travis wrote:
>
>> Yes, that became obvious to me too this morning too. Looks like the
>> first one occurs when "DB_ENV" is declared in fs.h. I tried to
>> configure without BDB because I didn't want to install it (it's not
>> necessary for the test I was going to do).
>
> Can you try again with r13608?

Excellent. Thanks Tobias. The problem that I was seeing is gone and I
can now get a working executable. I ran "make check" just to see what
would happen and got the following failure. (I'm not worrying about it
in particular, but thought I'd report it anyway.)

....
Running all tests in utf8_tests.py...FAILURE
Running all tests in history_tests.py...success
Running all tests in lock_tests.py...success
At least one test FAILED, checking /usr/pkg/svn-trunk/trunk/tests.log
FAIL: utf8_tests.py 1: conversion of paths and logs to/from utf8

What I did specifically: I did an update to revision r13608, and then:

% make distclean
% sh ./autogen.sh
% ./configure --enable-maintainer-mode --prefix=/usr/pkg/svn-trunk
--disable-swig-bindings --disable-javahl --without-berkeley-db
--with-zlib --disable-nls --with-ssl
% make
% make install
(manually run a few basic commands to ensure it works)
% make check

Here's the detail from the tests.log:

CMD: svn "co" "--username" "jrandom" "--password" "rayjandom"
"file:///usr/pkg/svn-trunk/trunk/subversion/tests/clients/cmdline/repos
itories/utf8_tests-1" "working_copies/utf8_tests-1" "--config-dir"
"/usr/pkg/svn-trunk/trunk/subversion/tests/clients/cmdline/local_t
mp/config" <TIME = 1.120804>
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
   File
"/usr/pkg/svn-trunk/trunk/subversion/tests/clients/cmdline/svntest/
testcase.py", line 105, in run
     rc = apply(self.pred.func, args)
   File
"/usr/pkg/svn-trunk/trunk/subversion/tests/clients/cmdline/
utf8_tests.py", line 58, in basic_utf8_conversion
     svntest.main.file_append(os.path.join(wc_dir, i18n_filename), "hi")
   File
"/usr/pkg/svn-trunk/trunk/subversion/tests/clients/cmdline/svntest/
main.py", line 331, in file_append
     fp = open(path, 'a') # open in (a)ppend mode
IOError: invalid mode: a
FAIL: utf8_tests.py 1: conversion of paths and logs to/from utf8

-Travis

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 23 11:10:17 2005

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

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