[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: --non-interactive and keyrings

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 03 Feb 2012 11:05:13 +0000

Daniel Shahaf <danielsh_at_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
Received on 2012-02-03 12:05:52 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.