On Thu, Mar 28, 2013 at 7:53 AM, Bo Chen <bo.irvine.c...@gmail.com> wrote:
> 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 ?

1) You might find using gdb a lot easier than trying to follow the
source.  Just build SVN with --enable-maintainer-mode and then do `gdb
-args svn commit -mm`.  Set a breakpoint on wherever you want to start
following and off you go.

2) Maybe it would be better if you told us what you're trying to
figure out than just asking us where the code is?  We might be able to
just answer it.

Reply via email to