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

RE: Implementing svn_ra_list for ra_serf

From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 15 Nov 2016 13:26:16 +0100

> -----Original Message-----
> From: Stefan Fuhrmann [mailto:stefan2_at_apache.org]
> Sent: dinsdag 15 november 2016 12:46
> To: Subversion Development <dev_at_subversion.apache.org>
> Subject: Implementing svn_ra_list for ra_serf
>
> Hi there,
>
> I was playing around with ra_serf to find out
> what the Right Way to implement svn_ra_list
> would be. But I can't decide which of the two
> options would be the better one:
>
> * Implement it similar get_list, i.e. based upon
> PROPFIND. That would require us adding the
> filter patterns as additional request headers.

If the PROPFIND request doesn't make the current server cache all results in ram, we could do optional server side filtering via the new header + always client side filtering here, to allow the new code to work against old servers...

        Bert
Received on 2016-11-15 13:26:35 CET

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.