[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

JavaHL - missing new notifications

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 15 Mar 2013 13:40:57 -0400

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/
Received on 2013-03-15 18:41:32 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.