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

ra_dav_session confusion

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-09-18 01:07:54 CEST

(Mainly addressed to gstein, joe...)

So I checked out a working copy over DAV, no authentication needed.
Now I'm trying to commit.

Here's what's happening. svn_ra_dav__open() takes a client callback
table and stashes it in the "ras" (session) baton. In gdb, I
carefully notice the address of the session baton.

Then, when I break on request_auth(), which is the neon callback for
"pulling" auth info, I discover the incoming ras is a totally
different object at a different address; it has NULL neon-sessions,
and the callback table is all random.

Did I mess something up? Or is a new "ras" being created somewhere?

In need of clue.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:41 2006

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.