Changes
-------

1.3
~~~

- Remove the restriction to py 0.9.0, now that py 0.9.2 is out and fix
  problems on svn status with strange userid. [sylvain]

- Correct an error rendering. [sylvain]

- Export information only for top level svn URLs in the native
  implementation, this used to inject information from svn:externals
  links included in URL list. [sylvain]

- Add tests for export information feature. [tlotze]

- Correct URL in setup.py [sylvain].

1.2
~~~

- Refactor code, performances should be better at uninstall with Py
  implementation [sylvain].

- Look for the environment variable ``INFRAE_SUBVERSION_IMPL`` to
  select which implementation to use. Possible values are ``PYSVN``
  (default) and ``PY`` [sylvain].

- Uninstall only look at directory which have been created by the
  recipe in the part. Other are just reported [sylvain].

- Export two new variables, if ``export_info`` is set to true: 
 
  ``revisions``
  
     Which is lines formatted::

        link current_revision

  ``updated``

     Which is lines containing updated links. 


  [sylvain].

1.1
~~~

- Add the ``ignore_verification`` option [sylvain].

1.0
~~~

- Base version of the recipe.

