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

Implementing svn_ra_list for ra_serf

From: Stefan Fuhrmann <stefan2_at_apache.org>
Date: Tue, 15 Nov 2016 12:46:27 +0100

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.

* Invent a new custom report similar to get_log.
   Most of the DIRENT handling would then either
   be duplicated or get an alternative implementation.

So, which route should we take?

-- Stefan^2.
Received on 2016-11-15 12:46:34 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.