C M <[email protected]> writes: > The "svn list" command does not list directory entries if they are > svn:externals. > > Assuming this is by design, is there a way for it list externals also?
The Subversion 1.8, the next release, currently has $ svn ls http://localhost/repo --include-externals A/ Listing external 'D' defined on 'http://localhost/repo': B/ f Listing external 'g' defined on 'http://localhost/repo': f -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download
