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 policy against doing that. > You're taking too much for granted.
We have a general policy, as I understand it, that if a function returns an error then we don't promise anything about what else it has done. On that basis, this change is fine. Is there some local policy overriding that general one in this case? - Julian

