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

Re: DAV updates

From: <cmpilato_at_collab.net>
Date: 2001-09-21 17:52:13 CEST

cmpilato@collab.net writes:

> Back on my original track, though, I am still thrilled about (1) up
> there. In order to make a status function that just checks
> out-of-dateness, I need only change libsvn_ra_dav to not do those GETs
> at all. So I will.
>
> Sweet.

Not so sweet. As it turns out, I'm full of crap. I do still have to
make some server-side mods.

1. svn_repos_begin_report() needs a new argument for disabling
    text-deltas. It will stuff this argument into the report baton.
2. svn_repos_finish_report() will pass that value from the report
    baton to svn_repos_dir_delta().
3. dav_svn__update_report() needs to always pass FALSE (disable) for
    this new argument. DAV doesn't use the apply_textdelta editor
    function for updates anyway, and for status checks it is also
    unnecessary.

---------------------------------------------------------------------
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:42 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.