Jon Foster <jon@jon-foster.co.uk>


Patch
r850071

r850071 | sussman | 2004-06-14 23:14:53 -0500 (Mon, 14 Jun 2004)

Cleanup warnings in svn-push.c.  

Patch by: Mark Benedetto King <mbk@lowlatency.com>
          Jon Foster <jon@jon-foster.co.uk>

* contrib/client-side/svn-push/svn-push.c
  Add #include <svn_cmdline.h>
  (my_commit_callback): Replace %i with %SVN_REVNUM_T_FMT.
  (new_change_file_prop): Make static.
  (new_change_dir_prop): Make static.
  (do_job): Make delta_editor const, in order to respect
   the interface to ra->get_commit_editor().  Introduce
   new variable, "my_delta_editor", to hold the locally
   modified editor.  Conditionally compile the declaration
   of the authentication related local variables, since
   their references are only conditionally compiled.
  (main): Remove an unused local variable.