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

Re: svn st shows missing for root folder

From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Tue, 19 Nov 2019 23:44:00 +0300

Stefan Kueng <tortoisesvn_at_gmail.com> writes:

> Using svn 1.13.0 on Windows:
>
> SUBST G:\ D:\Development\TestWC
> G:
> svn st .
>
> ! .
> ? Foo
> ? src\nonversioned
>
> As you can see, the root folder doesn't show the correct status.
> This showed the correct status with 1.12.x.

On my side, this issue *does not* reproduce with Subversion 1.13.0 built
against APR 1.6.x, but reproduces with the TortoiseSVN 1.13.1 command-line
binaries.

I see that TortoiseSVN 1.13 has recently switched to APR 1.7.0, so that may
be causing the issue:

  https://osdn.net/projects/tortoisesvn/scm/svn/commits/28674

Among the changes in APR 1.7.0, this one could be responsible for the faulty
behavior, since it changes how apr_stat() works for reparse points:

  https://svn.apache.org/r1855950

Regards,
Evgeny Kotkov
Received on 2019-11-19 21:44:16 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.