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

RE: Re: TSVN & Bug Tracking Integration

From: Peter Mounce <Peter.Mounce_at_whitbybird.com>
Date: 2006-02-07 16:48:36 CET

> -----Original Message-----
> From: Jonathan L. [mailto:jleibiusky@quadratica.com.ar]
> Sent: 07 February 2006 15:36
> To: users@tortoisesvn.tigris.org
> Subject: Re: TSVN & Bug Tracking Integration
>
> That's nice. Can you tell me where can i find more info about
> pre-commit and post-commit hooks?
>
> What if i want to associate with the commit not only the
> bugid but also the amout of hours it takes me to resolve that
> bug? A lot if issue trackers have this feature but it seems
> it cannot be integrated with svn, am i wrong?

I don't know details, but it sounds like you'd want to define a property
like the bugtraq ones, that tracks hours spent...?

http://svn-book.redbean.com has the Subversion manual, which details
both hooks and properties. (I'm not certain that's the right URL, but
google knows.)

Pete

>
> Jonathan
>
> Scott Prugh wrote:
> > We just converted from Sourcesafe and had a custom
> integration to our
> > tracking systems.
> >
> > On SVN, we created hook scripts on the backend and enabled the
> > bugtraq:message property on the repository.
> >
> > On the pre-commit we confirm that a bugid comes through on
> each commit
> > and also make sure that the bugid matches the branch the
> code is being
> > checked into.
> >
> > On the post-commit, we log all the information and tie the file
> > checkin to the bugid. Our packaging system then uses all this to
> > determine which incidents are ready and which files to
> deliver with each incident.
> >
> > It works like a charm.
> >
> > At first, I was concerned that the overhead of spawning a
> process with
> > each pre-commit and post-commit would be really slow and
> that I would
> > be forced to do more of a native integration with the lower
> level APIs.
> > But, we have seen that the performance is very good and we have not
> > needed to do that.
> >
> >
> > You mention forking a process, but the hook mechanism is
> already doing
> > that. Note that the pre-commit must occur synchronously
> so you will
> > not get any benefit there by spawning a second process.
> >
> > If spawning your hooks are too slow, perhaps your machine is under
> > powered(cpu, memory).
> >
> >
> > -Scott
> >
> > -----Original Message-----
> > From: Jared Armstrong [mailto:jarmstrong@omnispear.com]
> > Sent: Tuesday, February 07, 2006 9:00 AM
> > To: users@tortoisesvn.tigris.org
> > Subject: RE: TSVN & Bug Tracking Integration
> >
> >
> > What are your commit times like with your issue tracking
> integration?
> > Mine was so slow I had to remove it until I can get a new
> method setup
> > that forks off the process from the commit action.
> >
> > Thanks,
> >
> > Jared Armstrong
> >
> >
> > -----Original Message-----
> > From: Peter Mounce [mailto:Peter.Mounce@whitbybird.com]
> > Sent: Tuesday, February 07, 2006 4:10 AM
> > To: users@tortoisesvn.tigris.org
> > Subject: RE: TSVN & Bug Tracking Integration
> >
> >
> >> -----Original Message-----
> >> From: Jonathan Leibiusky [mailto:jleibiusky@quadratica.com.ar]
> >> Sent: 06 February 2006 19:39
> >> To: users@tortoisesvn.tigris.org
> >> Subject: TSVN & Bug Tracking Integration
> >>
> >
> >
> >> Can any body share is experiences with Bug Tracking Integration?
> >>
> >
> > Well, it works really well. What are you after, specifically? :)
> >
> > Pete
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
> > For additional commands, e-mail: users-help@tortoisesvn.tigris.org
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
> > For additional commands, e-mail: users-help@tortoisesvn.tigris.org
> >
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: users-help@tortoisesvn.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Feb 7 16:54:34 2006

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

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