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

one question on the source code of svnserve

From: Bo Chen <bo.irvine.chen_at_gmail.com>
Date: Mon, 25 Mar 2013 16:08:51 -0400

When receiving a commit request, the svnserve will eventually use the
function svn_ra_svn_handle_commands2 in subversion/libsvn_ra_svn/marshal.c
to further handle it. In this function, can anyone give me some hints on
where the following code should point to (i.e., svnserve will use which
function to handle a commit request)?

(*command->handler)(conn, iterpool, params, baton); //line 1034 of
marshal.c

Thanks.

Bo
Received on 2013-03-25 21:09:25 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.