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

Re: Tickets

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: Mon, 23 Jun 2008 12:10:58 +0200

Hello!

David Weintraub schrieb:
> * Revision properties only have a single value. For example, you could
> have a revision property of "jira:ticket" which could contain the Jira
> ticket that was involved with that revision, but you can't say what
> the status of that ticket is, who fixed it, its description, etc.

But in Subversion the number and content of such reivision properties
is not limited, so for integration with some third-party tool one can
implement an arbitrary number of new properties without changing
anything in Subversion itself.

> * You can't query on revision properties: For example, I can't say
> "Show me all revisions that have a property of "jira:ticket" which has
> a value of "BUG-1323".

It's extraordinary easy to write a small script with perform such
queries by calling "svn pl" and "svn pg".

> * Revisions can only have a single instance of a particular revision
> property. You can't have a revision with two instances of
> "jira:ticket" to show that this revision fixed both BUG-1234 and
> BUG-1384.

Such a property may contain several lines with represent multiple
values, like for the svn:ignore property.

> Of course, the answer whether Subversion has a ticketing system is
> still "no", but it might be something interesting to consider in
> future revisions of Subversion.

As other people already mentioned, it wouldn't make any sense to
implement such a system in Subversion. Instead there should be some
means for integration with other popular ticketing or defect tracking
systems.

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/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-23 12:11:08 CEST

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.