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

Re: svn export does not announce fetching of externals

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 12 Nov 2014 13:21:51 +0100

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!
Received on 2014-11-12 13:22:31 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.