Re: Search for files in a repository?
From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Tue, 20 May 2008 11:30:14 -0700
On Tue, May 20, 2008 at 7:48 AM, Tom Malia <tommalia_at_ttdsinc.com> wrote:
> What's the best way to search for particular files in an entire
There is no easy way to do it from the svn client (tortoise and command line
Whatever you need it is best achieved at the server side. You can do one of
(1) You can install ViewVC and turn on the query feature. When the query
(2) You can run the "snvlook tree" command on the server to achieve what you
# svnlook tree /path/to/reposistory --full-path | grep "\.mdb$"
Or some equivalent command, if it is running on a windows machine.
Regards,
|
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.