Re: [Patch] Fix: svn info outputs wc-root path in the internal style

2023-06-06 Thread Daniel Sahlberg
Den tis 6 juni 2023 kl 18:32 skrev Denis Kovalchuk via dev < dev@subversion.apache.org>: > Hi! > > I noticed that the following svn info call outputs the path to the working > copy > root in Subversion's "internal style": > > svn info --show-item wc-root > C:/Projects/subversion > > At the same ti

[Patch] Fix: svn info outputs wc-root path in the internal style

2023-06-06 Thread Denis Kovalchuk via dev
Hi! I noticed that the following svn info call outputs the path to the working copy root in Subversion's "internal style": svn info --show-item wc-root C:/Projects/subversion At the same time, svn info call without parameters outputs the path correctly, using "local style": svn info ... Working