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

RE: [CONTRIB] `sfind', a wrapper around `find' that ignores .svn directories

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-03-03 18:11:00 CET

> From: Eric Hanchrow

> I use this (surprisingly complicated :-( ) script constantly, and have
> told Emacs to use it instead of `find'. I suspect it'd be useful for
> other *nix svn users too.

This reminds me that at one time I thought there should be an "svn find"
that walks a WC and outputs the names of the files under version control.
There are a lot of weird little utilities I'd like to write, but to do them
right, I need a proper list of file names, taking into account externals,
ignores, etc., etc. And since svn must already have such a facility inside
of it, it seems like it wouldn't be too hard to write an additional command
to reveal that information.

I suppose you can do this with "svn status -v", but that's not a very clean
solution.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 3 18:19:55 2005

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.