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

Re: svn 1.2.2 tarballs are up for testing/voting

From: steveking <steveking_at_gmx.ch>
Date: 2005-08-10 21:33:58 CEST

Ben Reser wrote:
> 1.2.2 tarballs are up for testing. 1.2.2 was cut from r15671 on the
> 1.2.x branch.
>
> Committers: please test, vote, and send your sigs!
>
> Non-committers: please test anyway. :-)

Just built the windows svn.exe from the 1.2.x branch (rev 15665).

The crash I reported before still happens:

svn co http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/doc/API test
cd test
svn lock Doxyfile

now I'm asked three times for username/password, then svn.exe crashes.

My guess is that svn_ra_dav__maybe_store_auth_info_after_result() checks
for SVN_ERR_RA_NOT_AUTHORIZED to avoid the crash, but since locking
isn't supported on pre 1.2 servers the returned error is something else
(not implemented). Then that check fails and the function tries to store
the auth data which isn't available.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 10 21:37:16 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.