Re: svn commit: r1544736 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

2013-11-25 Thread Branko Čibej
On 25.11.2013 13:05, Julian Foad wrote: > Branko Čibej wrote: >>> Author: stefan2 >>> URL: http://svn.apache.org/r1544736 >>> * subversion/libsvn_ra_svn/marshal.c >>> (svn_ra_svn__handle_command): code cleanup. No functional change >> Your change modifies the *terminate output parameter even if t

Re: svn commit: r1544736 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

2013-11-25 Thread Julian Foad
Branko Čibej wrote: >> Author: stefan2 >> URL: http://svn.apache.org/r1544736 >> * subversion/libsvn_ra_svn/marshal.c >>   (svn_ra_svn__handle_command): code cleanup. No functional change > > Your change modifies the *terminate output parameter even if the > function fails. We have a long-standing

Re: svn commit: r1544736 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

2013-11-24 Thread Branko Čibej
On 23.11.2013 03:09, stef...@apache.org wrote: > Author: stefan2 > Date: Sat Nov 23 02:08:59 2013 > New Revision: 1544736 > > URL: http://svn.apache.org/r1544736 > Log: > * subversion/libsvn_ra_svn/marshal.c > (svn_ra_svn__handle_command): code cleanup. No functional change Your change modifies