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

Re: Compressed text-base, take 2

From: Michael Price <michael.price_at_acm.org>
Date: 2003-05-16 05:32:13 CEST

Branko Čibej wrote:
> No, he means that when you do a "find . -name '*.gz'" in a svn working
> copy, the compressed base files will be found; that's why we added the
> .svn-base extensions, to "hide" the base files from searces on, say, '*.c'.

$ ~/src/svn/subversion/libsvn_ra_local> type nosvn
nosvn is aliased to `grep -v '/\.svn/''
$ ~/src/svn/subversion/libsvn_ra_local> find . -type f -print | nosvn
./ra_local.h
./ra_plugin.c
./split_url.c

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 16 05:30:53 2003

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.