[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: Benjamin Pflugmann <benjamin-svn-dev_at_pflugmann.de>
Date: 2003-05-16 22:11:32 CEST

On Thu 2003-05-15 at 23:32:13 -0400, 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

See my other mail. A simple

  $ gzip -dr .

becomes

  $ find . -name "*.gz" | nosvn | xargs gzip -d

My point is, there more commands than find that can have recursive
behaviour.

    Benjamin.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 16 22:12:25 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.