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

Re: SVN: Checksum mismatch problem

From: Bob Proulx <bob_at_proulx.com>
Date: 2006-05-23 16:44:57 CEST

David M. Jones wrote:
> > Example:
> > find . -name 'foo*' -print0 | xargs -r0 sed --in-place 's/foo/bar/g'
>
> How about
>
> find . -name .svn -prune -o -name 'foo*' -print
>
> That should ignore all .svn directories and their contents.

Yes. If you know that in the .svn directory there are pristine copies
of files then you can take steps to avoid walking into it, such as the
fine example of pruning that you suggest.

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 23 16:52:15 2006

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.