What about libsvn_ra_svn/protocol ?
hwri...@apache.org wrote on Fri, Jan 28, 2011 at 21:59:14 -0000: > Author: hwright > Date: Fri Jan 28 21:59:14 2011 > New Revision: 1064905 > > URL: http://svn.apache.org/viewvc?rev=1064905&view=rev > Log: > On the ignore-mergeinfo-log branch: > Send the list of ignored prop mods from client to server over the SVN RA > protocol. > > * subversion/libsvn_ra_svn/client.c > (ra_svn_log): Put the ignored_prop_mods into the server-bound tuple. > > * subversion/svnserve/serve.c > (log_cmd): Parse the incoming ignored_prop_mods. > > Modified: > subversion/branches/ignore-mergeinfo-log/subversion/libsvn_ra_svn/client.c > subversion/branches/ignore-mergeinfo-log/subversion/svnserve/serve.c