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

1.2.2 is not ready [was: Re: svn 1.2.2 tarballs are up for testing/voting]

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-08-11 21:16:40 CEST

Mark Phippard wrote:

>Branko Čibej <brane@xbc.nu> wrote on 08/11/2005 02:55:20 PM:
>
>
>>So it seems that the bug is fixed in 1.2.2, too.
>>
>>
>
>That is good, but is there any way you could just try Stefan's test
>against tigris.org to be sure? I think he reduced it something pretty
>simple.
>
>svn co http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/doc/API test
>cd test
>svn lock Doxyfile
>
>Maybe Stefan just did something wrong in his build, or his test picked up
>the old executable? It can't hurt to do the exact same test. The URL he
>gave just has two files in it.
>
>
Sure, I'll try this...

[5 minutes later]

Well, well, well. All three, 1.2.0, 1.2.2 and trunk fail here. And the
server returns a _different_ error code than in my local tests. Here's
the result from trunk:

$ ../../repos/svn-trunk/Release/subversion/clients/cmdline/svn.exe lock Doxyfile
Authentication realm: <http://tortoisesvn.tigris.org:80> CollabNet SCM Repository
Password for 'brane': *********
Authentication realm: <http://tortoisesvn.tigris.org:80> CollabNet SCM Repository
Password for 'brane': *********
Authentication realm: <http://tortoisesvn.tigris.org:80> CollabNet SCM Repository
Username: brane
Password for 'brane': *********
Authentication realm: <http://tortoisesvn.tigris.org:80> CollabNet SCM Repository
Username: brane
Password for 'brane': *********
NEON_ERR 1 401 Authorization Required
SVN_ERR 175002 Lock request failed: 401 Authorization Required (http://tortoises
vn.tigris.org)

Trunk then crashes. 1.2.0 doesn't, neither does 1.2.2, it seems.

The only difference between my local test and the remote tigris.org test
is that a) my server is Windows, and b) I use httpd-2.0.54, while
tigris.org presumably doesn't. So it looks like a combination of mod_dav
bug and svn client bug.

I think this is serious enough to hold up the 1.2.2 release, espeially
as I see new warnings in the Windows build of the Python bindings, too:

subversion\bindings\swig\python\core.c(2938) : warning C4047: '=' : 'struct _object *' differs in levels of indirection from 'struct apr_array_header_t ** '
subversion\bindings\swig\python\core.c(2941) : warning C4047: '=' : 'struct _object *' differs in levels of indirection from 'struct apr_array_header_t ** '
subversion\bindings\swig\python\core.c(2944) : warning C4047: '=' : 'struct _object *' differs in levels of indirection from 'struct apr_array_header_t ** '
subversion\bindings\swig\python\core.c(6164) : warning C4013: 'svn_utf_initialize' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6212) : warning C4013: 'svn_utf_stringbuf_to_utf8' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6287) : warning C4013: 'svn_utf_string_to_utf8' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6345) : warning C4013: 'svn_utf_cstring_to_utf8' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6405) : warning C4013: 'svn_utf_cstring_to_utf8_ex' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6476) : warning C4013: 'svn_utf_stringbuf_from_utf8' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6551) : warning C4013: 'svn_utf_string_from_utf8' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6609) : warning C4013: 'svn_utf_cstring_from_utf8' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6669) : warning C4013: 'svn_utf_cstring_from_utf8_ex' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6724) : warning C4013: 'svn_utf_cstring_from_utf8_fuzzy' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6770) : warning C4013: 'svn_utf_cstring_from_utf8_stringbuf' undefined; assuming extern returning int
subversion\bindings\swig\python\core.c(6843) : warning C4013: 'svn_utf_cstring_from_utf8_string' undefined; assuming extern returning int

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 11 21:19:42 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.