Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » How to update bugzilla with changeset revision information?
How to update bugzilla with changeset revision information? [message #52935] Thu, 17 July 2008 14:09 Go to next message
Eclipse UserFriend
Originally posted by: dave.146.gmail.com

Hi All,

I began using Mylin this week with Eclipse Ganymede (CDT), Bugzilla 3.04,
and subclipse/subversion (and yes, I'm amazed). I have successfully made
code changes within the context of a Bugzilla task and committed those
changes as a change set, with Mylin supplying the commit comment from the
task. My question is, is there a way to automatically update the task with
the change set revision information. I can manually add the revision
information to the task as a comment, but since Mylin can send task
information to svn, I'm wondering if it can also send svn information back
to the task.

Thanks,
Dave
Re: How to update bugzilla with changeset revision information? [message #53018 is a reply to message #52935] Thu, 17 July 2008 16:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mauro.molinari.cardinis.com

Dave Belliveau ha scritto:
> Hi All,
>
> I began using Mylin this week with Eclipse Ganymede (CDT), Bugzilla
> 3.04, and subclipse/subversion (and yes, I'm amazed). I have
> successfully made code changes within the context of a Bugzilla task and
> committed those changes as a change set, with Mylin supplying the commit
> comment from the task. My question is, is there a way to automatically
> update the task with the change set revision information. I can manually
> add the revision information to the task as a comment, but since Mylin
> can send task information to svn, I'm wondering if it can also send svn
> information back to the task.
>
> Thanks,
> Dave

If I understood it correctly, you should be interested in the following
enhancement requests:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=198004
https://bugs.eclipse.org/bugs/show_bug.cgi?id=197924

If this is the case, please vote on them! I'm also so much interested! :-P

Mauro.
Re: How to update bugzilla with changeset revision information? [message #53090 is a reply to message #52935] Thu, 17 July 2008 19:03 Go to previous messageGo to next message
Mark Phippard is currently offline Mark PhippardFriend
Messages: 129
Registered: July 2009
Senior Member
On 2008-07-17 10:09:59 -0400, dave.146@gmail.com (Dave Belliveau) said:

> I began using Mylin this week with Eclipse Ganymede (CDT), Bugzilla
> 3.04, and subclipse/subversion (and yes, I'm amazed). I have
> successfully made code changes within the context of a Bugzilla task
> and committed those changes as a change set, with Mylin supplying the
> commit comment from the task. My question is, is there a way to
> automatically update the task with the change set revision information.
> I can manually add the revision information to the task as a comment,
> but since Mylin can send task information to svn, I'm wondering if it
> can also send svn information back to the task.

The right way to do this is with a Subversion server repository hook.
There is no reason for a solution to depend on using Eclipse and Mylyn.

A lot of issue tracker provide these hook scripts, and I am sure there
are some for Bugzilla floating around.

There is also a project called SCMBUG that basically provides these
hook scripts and a framework for supporting multiple issue trackers.
I'd look at it first.

http://freshmeat.net/projects/scmbug/

Here is a recent blog post I found:

http://blog.loftninjas.org/?p=174

There are a lot of hits in Google too.

Mark
Re: How to update bugzilla with changeset revision information? [message #53168 is a reply to message #53090] Thu, 17 July 2008 21:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dave.146.gmail.com

Thanks Mark. I was aware of scmbug but had not looked into it yet, hoping
that this support was in Mylin. But you're right ... we would want this
capability whether an svn committer is using Eclipse/Mylin or not. I'll
take a look at scmbug.

Dave
Re: How to update bugzilla with changeset revision information? [message #53299 is a reply to message #53090] Fri, 18 July 2008 06:57 Go to previous message
Eclipse UserFriend
Originally posted by: mauro.molinari.cardinis.com

However, if Mylyn supported this, it would be possible to make VERY
interesting things with Eclipse then... moreover, this could be used
independently of the task repository you're using.

Mauro.
Re: How to update bugzilla with changeset revision information? [message #591307 is a reply to message #52935] Thu, 17 July 2008 16:12 Go to previous message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Dave Belliveau ha scritto:
> Hi All,
>
> I began using Mylin this week with Eclipse Ganymede (CDT), Bugzilla
> 3.04, and subclipse/subversion (and yes, I'm amazed). I have
> successfully made code changes within the context of a Bugzilla task and
> committed those changes as a change set, with Mylin supplying the commit
> comment from the task. My question is, is there a way to automatically
> update the task with the change set revision information. I can manually
> add the revision information to the task as a comment, but since Mylin
> can send task information to svn, I'm wondering if it can also send svn
> information back to the task.
>
> Thanks,
> Dave

If I understood it correctly, you should be interested in the following
enhancement requests:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=198004
https://bugs.eclipse.org/bugs/show_bug.cgi?id=197924

If this is the case, please vote on them! I'm also so much interested! :-P

Mauro.
Re: How to update bugzilla with changeset revision information? [message #591329 is a reply to message #52935] Thu, 17 July 2008 19:03 Go to previous message
Mark Phippard is currently offline Mark PhippardFriend
Messages: 129
Registered: July 2009
Senior Member
On 2008-07-17 10:09:59 -0400, dave.146@gmail.com (Dave Belliveau) said:

> I began using Mylin this week with Eclipse Ganymede (CDT), Bugzilla
> 3.04, and subclipse/subversion (and yes, I'm amazed). I have
> successfully made code changes within the context of a Bugzilla task
> and committed those changes as a change set, with Mylin supplying the
> commit comment from the task. My question is, is there a way to
> automatically update the task with the change set revision information.
> I can manually add the revision information to the task as a comment,
> but since Mylin can send task information to svn, I'm wondering if it
> can also send svn information back to the task.

The right way to do this is with a Subversion server repository hook.
There is no reason for a solution to depend on using Eclipse and Mylyn.

A lot of issue tracker provide these hook scripts, and I am sure there
are some for Bugzilla floating around.

There is also a project called SCMBUG that basically provides these
hook scripts and a framework for supporting multiple issue trackers.
I'd look at it first.

http://freshmeat.net/projects/scmbug/

Here is a recent blog post I found:

http://blog.loftninjas.org/?p=174

There are a lot of hits in Google too.

Mark
Re: How to update bugzilla with changeset revision information? [message #591364 is a reply to message #53090] Thu, 17 July 2008 21:14 Go to previous message
Dave Belliveau is currently offline Dave BelliveauFriend
Messages: 4
Registered: July 2009
Junior Member
Thanks Mark. I was aware of scmbug but had not looked into it yet, hoping
that this support was in Mylin. But you're right ... we would want this
capability whether an svn committer is using Eclipse/Mylin or not. I'll
take a look at scmbug.

Dave
Re: How to update bugzilla with changeset revision information? [message #591417 is a reply to message #53090] Fri, 18 July 2008 06:57 Go to previous message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
However, if Mylyn supported this, it would be possible to make VERY
interesting things with Eclipse then... moreover, this could be used
independently of the task repository you're using.

Mauro.
Previous Topic:editor tabs re-ordered when switching tasks
Next Topic:Trac connector for Trac 0.11
Goto Forum:
  


Current Time: Sat Sep 21 14:22:20 GMT 2024

Powered by FUDForum. Page generated in 0.04758 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top