On Wed, Nov 12, 2014 at 10:40:47AM +0000, Schmidt, Michael wrote: > Looking at the subversion sources, I found that there is code which should > print a different message for the external in svn/notify.c, but it doesn't > get executed because svn_client__export_externals(...) (in > libsvn_client/externals.c) never notifies the start of an external (by > passing svn_wc_notify_update_external to the notify callback). > > Is there any chance that this behavior will be fixed? I'd like to analyze > some checkout log files for externals, and the current log makes it very hard > to properly handle nested externals (not that I would hope to see them, but > I'd prefer to have something that will just work in any case)... > > Best regards, > Michael >
Yes, this is a bug. I can reproduce the problem. Can you please file an issue in our tracker for this? See http://subversion.apache.org/reporting-issues.html If you'd like to provide a patch, please send it to the dev@ mailing list. See http://subversion.apache.org/docs/community-guide/general.html#patches Thank you!