How can I replicate the behaviour of IntelliJ + JIRA + SVN using Eclipse?
IntelliJ's inability to keep up with SVN updates has become a showstopper
for me. My main reason for using IntelliJ is its integration with JIRA and
SVN changelists. My preferred workflow is like this:
Identify a JIRA issue to work on
Start Work on the JIRA issue using the Atlassian plugin
The IDE/plugin automatically creates an SVN changelist for this task. It
uses the issue number and title as the changelist name
Do work on the issue
Get pulled away to work on another issue.
Stop work on the first issue start on the second
A new changelist for the second issue is created
How can I replicate this workflow in Eclipse?
No comments:
Post a Comment