On Sun, Jul 31, 2011 at 15:26, Barry Scott <ba...@barrys-emacs.org> wrote: > > On 24 Jul 2011, at 03:38, Hyrum Wright wrote: > >> I'm happy to announce the release of Apache Subversion 1.7.0-beta2. >> Please choose the mirror closest to you by visiting: > > I have just finished running the pysvn test and they all passed. > > However I am seeing lines with "traced call". What do they mean?
You configured with --enable-debug or --enable-maintainer-mode, which set the SVN_DEBUG flag. Those "tracing" lines represent additional "stack frames" in the error chain, which the developers use to help track down where errors come from. For production code, they will not exist. Cheers, -g