You're right. svn info needs the network. The problem with svn
status is that it ignores some files, so I can't use it to find all
files not in the WC. Is there a way to tell it not to ignore any files?
-wsv
On Thursday, August 15, 2002, at 04:44 PM, Scott Lamb wrote:
> Wilfredo Sanchez wrote:
>> Since "make distclean" craps out more often than not, and I wanted
>> to get rid of all files which aren't in the repository, I wrote the
>> following script to nuke anything not managed by SVN. Now, I'm
>> cheating because I'm poking in .svn/entries, which I'd call a no-no.
>> Better would be to use "svn status", but that craps out if I'm off
>> of the network. A bummer, since the information I want is available
>> locally. Is there another way?
>
> "svn status" shouldn't use the network unless you use the -u argument.
> Try something like this (untested):
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 16 20:13:00 2002