On Wed, Aug 14, 2013 at 12:00 PM, Piontek Mark <mpion...@de.pepperl-fuchs.com> wrote: > Hi all, > > > > I already searched the open isssues list for “svn status --show-update” but > didn’t find anything relating to my problem. > > > > In my project I have files externals which are included by svn:externals > like this: > > > > ^/OtherProjectsA/trunk/FolderA/src/foo.c > src/FolderA/SubFolderA/foo.c > > ^/OtherProjectsA/trunk/FolderA/src/foo.h > src/FolderA/SubFolderA/foo.h > > > > I also have external folders which are included by svn:externals like this: > > > > ^/OtherProjectsB/trunk/FolderB/SubFolderB src/mockup > > > > SubFolderB contains files bar.c and bar.h > > > > In case external files are modified in the repository, svn status > --show-updates only marks modified files which are included from external > folders (bar.c and bar.h) with '*', but ignores those included as file > externals (foo.c and foo.h). > > Shouldn't modified files included by file externals get an '*' in column 7? > > > > I am not subscribed to this mailing list and would appreciate being > explicitly Cc:ed in any responses. Thanks very much. >
Sounds like a new issue to me. But: what version of svn? Have you tried the latest release (1.8.1)? -- Johan