Bo Chen wrote on Thu, Mar 28, 2013 at 10:53:24 -0400: > I am struggling to locate the source code by which the SVN client can > transfer the delta to the server upon a commit operation. Can anyone give > me some hints for it, e.g., which source file file is responsible to > transferring the delta (after the delta has been computed) to the server ? >
That depends on the RA layer. Look in libsvn_ra_* for the "apply_textdelta" function in the commit editor. Is that the answer you were looking for? Daniel > Thanks for help. > > Bo