RE: svn status: filter on file extension
From: Niel De Clerk <NDeclerk_at_Angloplat.com>
Date: Wed, 20 Jan 2010 11:00:10 +0200
Hi
BTW, a good alternative to grep in Windows is findstr
The following works well (to only list *.kb files)
Svn status --verbose --show-updates |findstr /E .kb
Cheers
-----Original Message-----
Niel De Clerk wrote:
Actually, the amount of data currently passed over the network for 'svn
> However, I'm often only interested in the files with a specific
Yeah, this is pretty much where 'grep' comes into the picture. :-)
-- C. Michael Pilato <cmpilato_at_collab.net> CollabNet <> www.collab.net <> Distributed Development On DemandReceived on 2010-01-20 10:01:58 CET |
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.