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

Re: [patch] contrib/client-side/wcgrep ignore unversioned files

From: Peter Samuelson <peter_at_p12n.org>
Date: 2007-10-26 17:35:16 CEST

[Peter Samuelson]
> The biggest change is to exclude all unversioned files

Well, the other change is not using xargs -0, because it isn't
supported on all Unixes. But perhaps that's a useful feature
(filenames with spaces actually do occur in your own repo), in which
case you can replace the 'echo "$line"' with 'printf "$line\0"', and
add -0 back to xargs.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 26 17:35:30 2007

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.