(877)-718-2617


Save Time with Subversion Integration

View all Usage Patterns

TargetProcess supports Subversion, Visual Source Safe and Perforce.

For example, you've fixed a bug and spent four hours on it. Here is the list of actions you would normally perform after the bug fix:

  1. Commit change into source control system with comment that includes bug ID
  2. Go to TargetProcess and find fixed bug
  3. Add the same comment to the bug
  4. Change bug state to Fixed
  5. Optional (add time spent on bug)

With Subversion integration all you need to do is type short message when committing changes: "#75 status:fixed time:2 comm:there was problem in constructor". TargetProcess handles all the rest.

subversion commit

As a result, the revision will be attached to the bug with an ID of 75, the bug state will be changed to fixed, and a comment and spent time will be added. No further action on your part — just one message on commit. Sweet!

subversion revisions

View all Usage Patterns