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

Re: Separate options to enable text deltas and property changes for 'replay' operation

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Sun, 8 Apr 2012 00:27:53 +0300

Dmitry Batrak wrote on Fri, Apr 06, 2012 at 00:30:06 +0400:
> The most convenient API call to fetch the required data I've found is
> 'replay_range', as it returns both 'structural' changes and properties
> changes. But property changes can only be received together with text
> deltas, which in this case are not needed. Adding an option to send
> only property changes would save some time and traffic. Would it be
> possible to extend replay functionality in this way? Or maybe you
> could suggest another way to get the same information from remote
> repository?

Just wanted to say: if you haven't found another API (in svn_ra.h) that
solves your problem, I'd be happy to consider an extension of the API
that omits only file contents. (Please review svn_editor.h before
designing such an extension.)

Let me warn you, though: it'll be a moderately large patch, since
extending the on-the-wire API involves patching all 3 network servers
and all 4 network clients (libsvn_ra_*, svnserve, mod_dav_svn).
Received on 2012-04-07 23:28:32 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.