The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[Changes for 0.35 - Apr 26, 2004]

* Fix a bug triggered by remote rename. [Plasmaball]

* Add VCP support.

[Changes for 0.30 - Mar 28, 2004 - YAPC::Taipei::2004 Release Party]

* Fix a problem caused by the ra session doing log doens't load
  config. Reported by: Stefan Metzmacher <metze at samba.org>

* Support copy-following in the changes being mirrored. [Plasmaball]

* has_local now checks remote descendents just like is_mirror.

* Properly quote variables in regex. This fixes mirroring svn+ssh://.
  [Plasmaball]

* Support syncing specified remote rev_props.

[Changes for 0.29 - Mar 5, 2004]

* Add path parameter fo get_merge_back_editor.
* Let is_mirror take care of descendents in mirror path.

[Changes for 0.28 - Feb 16, 2004]

* Add list_mirror function.
* Store mirror info as dir_prop in / also.
* API for checking if a remote uuid:path has local mirror.

[Changes for 0.27 - Jan 15, 2004]

* Support subversion 0.36.

[Changes for 0.26 - Dec 27, 2003]

* Fix a bug mirroring svn+ssh URL
* Make paths canonical before entering the svn libraries.
* Skip svm: properties when mirroring.
  This allows branched mirrored paths to be mirrored and branched again.

[Changes for 0.25 - Nov 13, 2003]

* Allow init with repository object.
* New function: is_mirrroed.
* New method: find_local_rev.
* Fix pool usage that breaks default pool.
* svm:source now "root!path" - prepared for copy following.
* Simplify finding anchors for mirroring.
* Requires 0.33.

[Changes for 0.22 - Nov 4, 2003]

* Check uuid before initializing mirror.
* Return youngest_rev along with commit editor for use as base rev.

[Changes for 0.21 - Oct 15, 2003]

* Fix version number package.
* Provide get_merge_back_editor.
* message cleanups.
* Fix vsnurl bug for mirroring over dav.

[Changes for 0.20 - Sep 24, 2003]

* Reuse ra-session when same anchor is used.
  this makes mirroring much faster.
* svm mergeback support.
* Fix a bug for partial repository mirroring.

[Changes for 0.1 - Aug 25, 2003]

Initial release.