You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2001/09/18 14:07:48 UTC

ra_dav question

OK, I'm baffled:  I'm looking at svn_ra_dav__do_checkout(), trying to
figure out where it ever calls editor->close_edit()...?

I see a call to replace_root() and many other editor calls in there.
I've grepped the whole directory, and the *only* calls to close_edit
are at the very end of fetch.c:reporter_finish_report(), and in
commit.c, where a version close_edit() is actually implemented.
Neither of these references seems relevant.

I'm asking, because after calling close edit on a checkout, I'd like
ra_dav to store auth info.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: ra_dav question

Posted by Greg Stein <gs...@lyra.org>.
I see you fixed this already... yes, it appears we weren't calling it. No
idea why :-(

Thx for fixing it.

Cheers,
-g

On Tue, Sep 18, 2001 at 09:07:48AM -0500, Ben Collins-Sussman wrote:
> 
> OK, I'm baffled:  I'm looking at svn_ra_dav__do_checkout(), trying to
> figure out where it ever calls editor->close_edit()...?
> 
> I see a call to replace_root() and many other editor calls in there.
> I've grepped the whole directory, and the *only* calls to close_edit
> are at the very end of fetch.c:reporter_finish_report(), and in
> commit.c, where a version close_edit() is actually implemented.
> Neither of these references seems relevant.
> 
> I'm asking, because after calling close edit on a checkout, I'd like
> ra_dav to store auth info.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org