On Mon, Aug 25, 2008 at 11:09 AM, Hyrum K. Wright
<hyrum_wright_at_mail.utexas.edu> wrote:
> It looks like we're on track for a Wednesday roll of 1.5.2. We've merged a
> number of requested bug fixes, but STATUS still has a few items in it needing
> review and votes. Please take a moment to look at them.
>
> I've been trying to keep CHANGES is up-to-date with the latest merges, but if
> somebody could review it before we roll, I'd appreciate it.
I am running all the tests to see how things are looking. I get an
error in the Python bindings tests and do not see anything in STATUS
that is related:
cd /Users/mphippard/work/svn-1.5.x/subversion/bindings/swig/python; \
/usr/bin/python
/Users/mphippard/work/svn-1.5.x/subversion/bindings/swig/python/tests/run_all.py
....................................................................E....................................
======================================================================
ERROR: Make sure that repos.create doesn't segfault when we set fs-type
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/mphippard/work/svn-1.5.x/subversion/bindings/swig/python/tests/repository.py",
line 41, in test_create
repos.create(path, "", "", None, fs_config)
File "/Users/mphippard/work/svn-1.5.x/subversion/bindings/swig/python/libsvn/repos.py",
line 63, in svn_repos_create
return apply(_repos.svn_repos_create, args)
SubversionException:
("'/var/folders/np/np0+f8EnHlacqSEtJRJGqk+++TI/-Tmp-/tmpY_xz-h-trac-svnrepos/test0'
is a subdirectory of an existing repository rooted at
'/var/folders/np/np0+f8EnHlacqSEtJRJGqk+++TI/-Tmp-/tmpY_xz-h-trac-svnrepos'",
165002)
----------------------------------------------------------------------
Ran 105 tests in 38.263s
FAILED (errors=1)
make: *** [check-swig-py] Error 1
All the other bindings passed. Perhaps someone can see if they get
this error? I could need to make clean or something.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-25 17:47:04 CEST