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

Re: Searching a repository

From: si <sshnug.si_at_gmail.com>
Date: 2007-02-07 02:22:16 CET

> Searching content primarily but maybe meta data for some automated build
> systems we are implementing. Would it be possible to virtualise access
> to a repository and have the normal grep work normally. I don't know the
> internals of the svn api enough to say if this is feasible.

Sorry, neither do I. There are probably scripts floating around
allowing you to use a combination of svnlook tree with grep to
provide search functionality on content (svnlook cat) and
meta-data (svnlook author, proplist, log, info, etc).

If it's a client-side search then won't you need to expose the
search criteria and results via another mechanism (web service?)
if it isn't possible in the svn api?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 7 02:22:33 2007

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.