[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: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-08-11 16:30:46 CEST

No one has commented on the issue that Stefan King raised. It looks
simple enough to test and if I recall the problem is not specific to
Windows so it could be verified anywhere:

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.

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

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