Re: one question on the source code of svnserve

2013-03-25 Thread Daniel Shahaf
Bo Chen wrote on Mon, Mar 25, 2013 at 16:43:52 -0400: > On Mon, Mar 25, 2013 at 4:29 PM, Ben Reser wrote: > > > On Mon, Mar 25, 2013 at 1:08 PM, Bo Chen wrote: > > > When receiving a commit request, the svnserve will eventually use the > > > function svn_ra_svn_handle_commands2 in > > subversion

Re: one question on the source code of svnserve

2013-03-25 Thread Bo Chen
Thanks. Ben. Can you tell me in which file I can locate this commit() function? Bo On Mon, Mar 25, 2013 at 4:29 PM, Ben Reser wrote: > On Mon, Mar 25, 2013 at 1:08 PM, Bo Chen wrote: > > When receiving a commit request, the svnserve will eventually use the > > function svn_ra_svn_handle_comman

Re: one question on the source code of svnserve

2013-03-25 Thread Ben Reser
On Mon, Mar 25, 2013 at 1:08 PM, Bo Chen wrote: > 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

one question on the source code of svnserve

2013-03-25 Thread Bo Chen
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