[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: Branko Čibej <brane_at_xbc.nu>
Date: 2003-05-16 12:13:16 CEST

Michael Price wrote:

> 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

Right. Then you have IDEs, and Windows (which does have a find command,
but not a grep command), etc. etc.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 16 12:14:38 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.