You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@mail.utexas.edu> on 2008/08/25 15:09:00 UTC

1.5.2 tarball rolling on Wednesday

Hi all.

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.

-Hyrum


Re: 1.5.2 tarball rolling on Wednesday

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Mark Phippard wrote on Mon, 25 Aug 2008 at 11:46 -0400:
> 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.
> 
> 

No, it's probably due to the recent "No nested repositories" change.  
Jeremy just posted a patch for it.

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: 1.5.2 tarball rolling on Wednesday

Posted by Mark Phippard <ma...@gmail.com>.
On Mon, Aug 25, 2008 at 11:09 AM, Hyrum K. Wright
<hy...@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org