Re: one question about the editor in libsvn_ra_svn/editorp.c

2013-03-30 Thread Ben Reser
On Sat, Mar 30, 2013 at 4:37 PM, Bo Chen wrote: > In subversion/libsvn_ra_svn/editop.c > /* > * Both the client and server in the svn protocol need to drive and > * consume editors. For a commit, the client drives and the server > * consumes; for an update/switch/status/diff, the server drives

one question about the editor in libsvn_ra_svn/editorp.c

2013-03-30 Thread Bo Chen
In subversion/libsvn_ra_svn/editop.c /* * Both the client and server in the svn protocol need to drive and * consume editors. For a commit, the client drives and the server * consumes; for an update/switch/status/diff, the server drives and * the client consumes. This file provides a generic