|
Project Information
|
This is an eclipse plug-in that allows one to manage the stories in a Pivotal Tracker page on the public website. It allows one to edit the stories, reorder them, manage attachments, attach/retrieve Mylyn context, and optionally do branching and switching based on the story ID. Basic Setup
NOTE: If you used single sign-on in PT, you must create a PT username for use with the connector. An external ID (like a Google account) will not work. You can set the username for an existing account in Profile. SVN FeatureA simple SVN feature is available. You must be using Subclipse for it to function, and you must also structure your repository with the traditional branches/trunk layout. If you meet these requirements, then you can create new branches and switch to them based on the PT Story ID in the Tasks view. E.g., if you have a repository at http://example.com/svn, the extension will allow you to start the subclipse dialog so you can easily do: svn cp http://example.com/svn/trunk/proj http://example.com/svn/branches/<storyID>/proj for each selected project. It also eases the burden of switch back to one of these branches at a later time. Really, all the extension does is plug in the base URL and story ID to the Subclipse branch/switch dialogs, so it is a very simple feature. Setup
To create a new branch:
To switch to an existing branch:
|