One of the areas that often falls thru the cracks with JavaHL is the
notifications.  Looking at current HEAD, it looks pretty good though.
The most recent two notifications appear to be all that are missing:

 1250  /** A copy from a foreign repository has started
 1251    * @since New in 1.8. */
 1252   svn_wc_notify_foreign_copy_begin,
 1253
 1254   /** A move in the working copy has been broken, i.e. degraded into a
 1255    * copy + delete. The notified path is the move source (the
deleted path).
 1256    * ### Provide path to move destination as well?
 1257    * @since New in 1.8. */
 1258   svn_wc_notify_move_broken
 1259


Also in svn_wc_notify_state_t, this new one is missing:

1289   /** The source to copy the file from is missing. */
1290   svn_wc_notify_state_source_missing


--
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to