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

RE: Appropriate use of revision properties?

From: Uppal, Tejinder <Tejinder.uppal_at_adi-limited.com>
Date: 2006-01-12 00:35:16 CET

Hi all,

Our software house has also recently switched over to subversion. However,
we also use TestDirector (currently integrating with Subversion) to log
defects, etc.

We have found that committing defect fixes works best when forcing the user
to commit the fix of only one defect at a time. That way, if a commit seems
to break the software, an appropriate rollback can be performed.

Secondly, we intend to define a commit message format which will begin as
follows: "DefectID: 1234 log......".

Regards,

Tejinder Uppal

Electronics & Aerospace, IS3
ADI Limited, Perth, Australia

> -----Original Message-----
> From: Andy Levy [mailto:andy.levy@gmail.com]
> Sent: Thursday, 12 January 2006 1:57 AM
> To: Subversion Users
> Subject: Appropriate use of revision properties?
>
> One of the (many) things we want to track with our usage of Subversion
> is not only who changed what and when, but for what internal
> change-tracking ticket #. I realize that there are issue tracking
> systems that integrate with svn, but that's not really an option here.
> I'm envisioning the following workflow:
>
> Issue is logged in ticket system & assigned ticket #1234
> Issue is assiged to developer
> Developer makes requisite changes
> Developer sets a rev prop called "Ticket" and sets a value of "1234"
> Developer commits change to svn
>
> Yes, I could use branches or tags, but this may make bundling fixes
> for a number of tickets into one release cumbersome (with or without
> merging every time).
>
> My thinking is that by doing this, we can more easily query subversion
> logs later to determine what changes were made for ticket 1234. The
> alternate would be to have a standard commit message format and
> require everyone to use it; however, that would require parsing every
> commit message to find the ticket number I'm looking for.
>
> Where would I find this revprop reported later? I'm currently using a
> tweaked svn2cl (originally written by Arthur de Jong) to generate an
> HTML changelog from the output of svn log --xml --verbose - will
> revprops be included in that output?
>
> Am I way off course here? How do other developers/teams manage
> tracking like this?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

DISCLAIMER:---------------------------------------------------------------------------
This Email may contain confidential and/or privileged information and is intended
solely for the addressee(s) named. If you have received this information in error, or
are advised that you have been posted this Email by accident, please notify the
sender by return Email, do not redistribute it, delete the Email and keep no copies.
--------------------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 12 00:38:24 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.