Log Message: |
Perform an upgrade notification on every successfull working copy upgrade,
instead of only from pre-1.7 working copies.
This helps GUI clients to determine if the format bump was successfull.
* subversion/libsvn_wc/upgrade.c
(svn_wc_upgrade): Update caller. Notify on format bumps withing WC-NG range.
* subversion/libsvn_wc/wc_db.c
(svn_wc__db_bump_format): Re-order arguments to match common form. Provide
optional output argument to tell about an actual format bump.
* subversion/libsvn_wc/wc_db.h
(svn_wc__db_bump_format): Update prototype.
|