Subversion Notify for Windows

A simple executable for your complex Subversion needs.
Home
About...
Manual
Contact/Support
Quick Start
News / Release
Upgrade v1.x to 2.x
Etc...
Version 2.0 Upgrade Instructions
To handle some of the enhancements as well as make the configuation file more consistent, some XML elements and attributes have been renamed or moved. Below is the check-list of items to change.
 2.0 Key New Features:

Enhanced item tracking

It's not just Bugzilla anymore! A new plugin style item tracking framework makes utilizing any bug/task tracking system easy.

Greater e-mail control

The ablility to set maximum mail sizes/subject length to keep you mail server running smooth. Will zip the HTML message as an attachment to make sure you still get the changes.

Element/Attribute Naming

Cleaning up some past woes, I have cleaned up the naming and made them more consistent to make configuation easier.

 How to Upgrade From Version 1.x

Renamed Values

Several XML elements and atributes have been renamed to correct an early and pervasive bad abbrevation (repro vs repo for repository). The names can be updated via a simple search and replace:

Rename the following elements:

  • ReproPathConfig to RepoPathConfig

Rename the following attributes:

  • ControlledRepros to ControlledRepos
  • ReproPathException to RepoPathException
  • ReproPath to RepoPath
  • controlledPaths to ControlledPaths (changing to upper case to make consistent with the rest of the attributes)
  • Change replacement tolken #reproPhysicalPath# to #repoPhysicalPath# (as used in the <Execute> element

Item Tracking / Bugzilla Changes

The integration with Bugzilla has been abstracted out into a new "ItemTrackers" concept. This allows for the simple addition and integration of other bug tracking and task tracking tools as well. Refer to the manual for full details on the change. Some of the renamed elements/attributes are:

Rename Bugzilla Elements

  • LockedBugs to LockedItems
  • Bug to Item

Rename Bugzilla Attributes

  • BugLinkURL to ItemLinkURL
  • BugRegex to ItemFindRegex
  • BugId to ItemId