Daniel Shahaf <danie...@elego.de> writes: >> Subversion does send the top-level names of trees that are excluded. > > Mike patched mod_dav_svn recently not to do that. See for example > https://svn.apache.org/repos/infra/ > (which has an 'infrastructure' child that isn't disclosed)
That's only for some requests. In general the names are visible: $ svn co https://svn.apache.org/repos/infra/ --depth immediates wc $ sqlite3 wc/.svn/wc.db "select local_relpath,presence from nodes" infrastructure|absent apachecon|normal websites|normal |normal -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com