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

Re: Searching Projects and Tags

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-03-01 20:17:33 CET

Alan Barrett wrote:
> On Tue, 28 Feb 2006, Hobson, Neville wrote:
>
>>Is there a way to search projects and tags to find a particular file?
>
>
> No, but you can solve your real problem by searching the
> output from "svn log -v url://repo/".

I wrote a tool to help handle this.

http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn_export_empty_files.py

It "exports" a directory tree of empty files. So you can easily use find to
find files with the name you are looking for. In our setup, I use cron to keep
the empty export directory up to date once a day.

The repository I was working with was too large to 'svn export', so I came up
with this solution.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 1 20:21:04 2006

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.