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

SVN Properties

From: CM Analyst <cmanalyst_at_yahoo.com>
Date: Tue, 1 Nov 2016 17:26:21 +0000 (UTC)

  Hello, In our environment, there is a need to identify one or more set of files witha custom attribute. I expect SVN properties is the way to go? For a given set of .exes, I want to attach anattribute using the SVN property called "RC: Release Candidate". My questions: 1) Is this approach a recommended use for the SVN'sproperty feature? 2) Is there a way to search to later retrieve all .exeswith the given property? In my testing so far, I created: $ svn propset Released "This SW component isavailable for release." fooproperty 'Released' set on 'foo' $ svn proplist fooProperties on 'foo':  Released  svn:mime-type However, I was not able to then search and locate thefile by its property. 3) What is a better way to indicate a given status/attribute on aset of files?
 Amad   
Received on 2016-11-01 19:37:15 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.