You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Florin Avram <fl...@sync.ro> on 2014/03/18 11:07:45 UTC

EXTERNALS remote status not reported

Hi,

For the following working copy structure:

- working_copy_root_dir
     -- externalFileNORMAL        (node status = normal)
     -- externalFileMISSING       (node status = missing)
     -- externalFileOBSTRUCTED    (node status = obstructed)

if I run:

cd working_copy_root_dir
svn status -u .

then, the out-of-date sign ('*') of the EXTERNAL files is not presented 
(like using "--ignore-externals" option, but I'm not), although I 
committed file content changes for the files to which those EXTERNALs 
point, from another working copy.

Is this an intended behavior?! I tested with:

svn, version 1.8.5 (r1542147)
    compiled Nov 27 2013, 04:10:18 on x86_64/x86-microsoft-windows5.1.2600

This behavior is consistent on both Windows and Linux.

Thanks,
Florin Avram