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

RE: [TSVN] Re: Integration with bug tracking tools

From: Michael H. Pryor <michael_at_fogcreek.com>
Date: 2004-08-21 20:38:03 CEST

Just speaking from experience with customers, a lot of people request the
ability to enter multiple bugs on a checkin. Usually this is because as a
dev, you sometimes fix multiple related (not duplicate) bugs with one
checkin. I had to add this to all of our hooks for CVS,SVN,VSS,P4 and Vault
integration. It's up to you in the end, but I would encourage a simple
split on commas (and trim left and right)... Doesn't need to be any fancier
than that. I've just heard this echo'ed time and again by users (and
actually on Friday, I made a checkin myself where I used this capability).

So "1,2,3" is the same as "1 , 2, 3" and even "abc 123, zyx 32" will come
out right.

Stefan wrote:

> It does a straight replace of the %BUGID%.
> Is it really necessary to mention several issues in one commit?
> AFAIK issue trackers have the ability to mark some issues as
> duplicates of others and/or mark them as dependent on others.
> So mentioning one issue should be enough?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Aug 21 21:56:13 2004

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

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