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

Re: Listing excluded items

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 4 Nov 2010 20:08:47 +0200

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.
Received on 2010-11-04 19:11:44 CET

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

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