This is the official TortoiseSVN task tracker. Issues can only be entered into the tracker by members of the TortoiseSVN development team.
- If you have a feature/enhancement request, please discuss it first on our mailing list.
- If you found a bug in TortoiseSVN, report it first on the mailing list.
Thank you!
FS#231 - Reporting number of skipped files in merge
Opened by Stefan Küng (steveking) - Tuesday, 28 February 2006, 18:40 GMT+1
|
DetailsFrom the mailing list: When I perform a merge, afterwards, TSVN tells me how many files were conflicted, added, deleted and updated as result of the merge, but not how many files were skipped because of missing targets. It is very import for me to know if this happened because it means that something that was meant to be merged was not, and in my opinion, this is just as important as conflicts and needs to be dealth with appropriately. Therefore, it would be nice if the total number of files/directory skipped because of missing targets were also reported in the result, and it would be nice if you could emphasize this number because if not noted and dealt with, it\’s not possible to detect after the merge result dialog is closed. |
Saturday, 04 March 2006, 16:55 GMT+1
Reason for closing: Implemented
Additional comments about closing: Implemented in revision 5925.
Unfortunately SVN does not send a notification similar to \"svn_wc_notify_update_command\&quo t; when an update completes. So there is no status row when a skipped target occurs. This might be implemented in future.