Re: crash when locking a file (client 1.2.1, repository 1.1.x)
From: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-22 19:11:44 CEST
Ben Collins-Sussman wrote:
>> Subversion crashes when a lock is attempted on a file whose working
I know now why this crash happens and why it doesn't crash with an 1.2.0
in libsvn_ra_dav/session.c, function svn_ra_dav__lock(), line 1128
err = shim_svn_ra_dav__lock(session, &lock, path, comment,
after this, err->apr_err is SVN_ERR_RA_DAV_REQUEST_FAILED even though
Then later in line 1152:
tries to save the authentication data which isn't available! The
I found this by comparing the 1.2.0 tag against the 1.2.1 tag (where the
I don't know why it doesn't crash when you try it with HEAD, I haven't
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.orgReceived on Fri Jul 22 19:12:30 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.