Neil Bird wrote on Thu, Nov 04, 2010 at 16:23:21 +0000:
> Around about 04/11/10 10:16, Giulio Troccoli typed ...
>> Maybe you could try the ls command with a URL
>
> Well, yes, if I 'ls' the repo I'm going to see what should be there.
>
> What I wanted to know was if there was any local indication; something
> that would show me while I was offline.
The 'entries' file should list them. It should be possible to hack
together a quick parser if needed (e.g., gut the change-svn-wc-format.py
script).
For 1.7, it will be:
sqlite3 .svn/wc.db .dump | grep exclude
give or take.