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

Re: the source code in the SVN client for transferring the delta

From: Ben Reser <ben_at_reser.org>
Date: Thu, 28 Mar 2013 08:39:32 -0700

On Thu, Mar 28, 2013 at 7:53 AM, Bo Chen <bo.irvine.chen_at_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.
Received on 2013-03-28 16:40:11 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.