I (Julian Foad) wrote: > I'm not not sure about including the ancillary changes I have made, which are: > > SVN_DBG (add a 'quiet mode' global flag), > compiler warning flags (to not warn on returning aggregates (structs)), > "linenoise" lib (adding command-line completion and editing to the > "prompt" function), > notes, > hash/array iteration utilities (svn_iter.h/iter.c) > > and possibly others. What do we all think about those? I'm thinking: > > not the SVN_DBG 'quiet mode', > yes the compiler warning flags, > yes the "linenoise" lib, > I'll review the notes before deciding, > not the hash/array iterators
OK, I have resolved all of those. I moved the 'linenoise' lib into 'svnmover', and I chose to keep the notes. - Julian