========================
 pyutilib.svn CHANGELOG
========================

-------------------------------------------------------------------------------
 1.6
-------------------------------------------------------------------------------

- Under development.

-------------------------------------------------------------------------------
 1.5.1
-------------------------------------------------------------------------------

- Updates to help with the situation where a repository switches
  to a new URL.

-------------------------------------------------------------------------------
 1.5
-------------------------------------------------------------------------------

- Cleaning up svnpm apply so that projects are checked out sparsely,
  even when adding a new (nested) target. 

- Correcting an issue where the path leading up to a new target was
  not being checked out correctly, which resulted in a working copy
  that could not be committed.

- Fixing an error where whitespace was triggering warnings about
  descrepancies between the Externals file and the svn:externals
  property.

-------------------------------------------------------------------------------
 1.4.1
-------------------------------------------------------------------------------

- Preserve externals that point to unrecognized locations (URLs
  that to not correspond to known projects). With this, svnpm branch
  now issues a warning instead of throwing a fatal exception.

- Add the Externals file to the repository if it does not exist.

-------------------------------------------------------------------------------
 1.4
-------------------------------------------------------------------------------

- Fix for svnpm inspect so that externals that point to non-primary
  projects are not implicitly converted to primary projects.

- Adding an option to force the use of SVN 1.5 formatted externals
  for an entire repository.

- Fixes to the inspect command: external inheritance was incorrectly
  being applied (branches with simple inheritance were missed and
  projects with no externals were being assigned an inheritance).

-------------------------------------------------------------------------------
 1.3.1
-------------------------------------------------------------------------------

- Additional portability changes for Python 3.x

-------------------------------------------------------------------------------
 1.3
-------------------------------------------------------------------------------

- Portability changes for Python 3.x

-------------------------------------------------------------------------------
 1.2
-------------------------------------------------------------------------------

- Filtering out 'source' and 'finalized' entried from generated
  YAML repository descriptions.

- Adding "snl" as a "common project directory"… needed to support
  DAKOTA, Acro releases. We should revisit this with a more general
  approach (through the config file?) later.

- Improved error diagnostics when encountering an external that
  does not point to a known target.

- Improved handling of cases where the Externals file is missing or
  inconsistent. Suppressing empty lines at the end of the property file.

-------------------------------------------------------------------------------
 1.1
-------------------------------------------------------------------------------

- Update to support the (guided) automatic creation of branches.

- Bugfix for svn-timemachine (tracking addition of svn 1.5 format externals).

-------------------------------------------------------------------------------
 1.0.2
-------------------------------------------------------------------------------

- Disabling installation in Python 2.4 and earlier.

-------------------------------------------------------------------------------
 1.0.1
-------------------------------------------------------------------------------

- Reformatting with reindent

-------------------------------------------------------------------------------
 1.0
-------------------------------------------------------------------------------

- Initial release.

