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

RE: svn list -R with directories only

From: Fisk, Lee Ann <lafisk_at_sandia.gov>
Date: 2007-01-06 20:33:15 CET

It would be better to have the filtering on the
server side. My modified svn client is giving me
what I need, but it's slow.

"grep -v" is inconvenient for me. It takes me longer
to figure out what the regular expressions should be
than it does to look at your source code and change it.
That may not be true for other people.
I was also concerned I would make an error in using
grep -v and end up filtering out some of the
directories.

The "--type-only=dir" option that you mention would
be really nice to have.

Thank you for replying. Lee Ann

-----Original Message-----
From: Daniel Rall [mailto:dlr@collab.net]
Sent: Fri 1/5/2007 3:54 PM
To: Fisk, Lee Ann
Cc: dev@subversion.tigris.org
Subject: Re: svn list -R with directories only
 
On Fri, 05 Jan 2007, Lee Ann Fisk wrote:
...
> It would be great to have a --directoriesOnly type
> of option to "svn list".

Lee Ann, is 'grep -v' not workable (e.g. because of the large number
of files and directories at the path)?

If we were to create some type of filter option, something more
flexible like --type-only=dir would be more appropriate.
Received on Sat Jan 6 20:33:49 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.