Johan Corveleyn wrote on Fri, 30 Jun 2017 00:06 +0200: > Summarized, you're saying that with this svn:externals definition: > > ^/dir1/dir1_subdir1 ext/dir1_subdir1 > ^/dir1/dir1_subdir2 ext/dir1_subdir2 > > (with ext being an unversioned intermediate directory) > running 'svn status' only reports one X line (for 'ext') instead of a > line for each external definition (like it does with other externals): > > X test_repo_root\ext
'ext' is not a file external and is not the root of a directory external, so it shouldn't be printed with status 'X'; therefore this output is a bug. ... Right?