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

Re: Dropping Subversion

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: Tue, 27 Jan 2009 17:33:48 +0100

Hello!

Petra Margaritoff schrieb:
> We have a similar issue: We would like to place "labels" or "tags"
> on certain revisions of certain files in order to mark them as
> "peer reviewed", "integration-tested" etc. Having done that it is
> easy to check, whether all files of a revision have undergone the
> required QA measures.

For such purposes using custom Subversion properties can be a good
solution. Properties won't be confused with normal tags or label
and can also use their own "namespaces". And they can not only be
used as a flag but they also can contain some more verbose information.

Unfortunately Subversion itself currently doesn't support queries
based on user defined propertiert, like

svn export --with-property=my:prop1 --without-property=my:prop2

But such things can be done very easily with some shellscripts.

Regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1059429
Received on 2009-01-27 17:34:54 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.