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

Re: Search properties

From: H.M. Aamir Yaseen <aamir.yaseen_at_gmail.com>
Date: 2006-06-28 11:59:50 CEST

Hi Ryan,
Thanks for the reply.

Can we search for files/folders in svn against a given property (metadata
property) ??

i can rewrite my quetion can we search in svn (as we do in RDBMS) like
following:

SELECT FILENAME, FOLDERNAME
FROM PROJECT/PATH/IN/REPOSITORY/PATH
WHERE ATTRIBUTENAME = "ANY_GIVEN_VALUE";

if we can not do that, can you guide me what can be the alternate, as i
could not understand your point in last email.

Kind Regards ~~~~
H.M. Aamir Yaseen

On 6/28/06, Ryan Schmidt <subversion-2006q2@ryandesign.com> wrote:
>
> On Jun 28, 2006, at 08:51, H.M. Aamir Yaseen wrote:
>
> > I do have same requirement / problem, if someone may guide us in
> > this regard, this would be a great help.
>
> There is currently no way to search properties in Subversion. If you
> want to be able to search properties, you can write a post-commit
> hook (and, if you're interested in revision properties, a post-
> revprop-change hook) which stores the properties in a relational
> database of your choice (for example MySQL) which you can then search
> using any tools that work with that database.
>
>
>
Received on Wed Jun 28 12:01:28 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.