2007-09-13 Shun-ichi GOTO Temporary workaround for trac 0.11. default tip
2007-01-17 Shun-ichi GOTO Fix broken code to generate file/rev informations.
2007-01-17 Shun-ichi GOTO refactoring: Use `_get_log()` instead of `ra.get_log()` indivisually.
2007-01-17 Shun-ichi GOTO Remove unused arguments.
2007-01-16 Shun-ichi GOTO Implement `Repository.get_changes()`. This allow to use anydiff on trac.
2007-01-16 Shun-ichi GOTO Changeset.get_changes() return genetor for compatibility with `svn_fs.py`.
2007-01-16 Shun-ichi GOTO Do not strip leading slash. This is a behaviour of svn_fs.
2007-01-16 Shun-ichi GOTO Correct bug detection of python binding on linux with 1.4.2.
2007-01-15 Shun-ichi GOTO Fix to use correct path on using svn 1.5 binding.
2007-01-15 Shun-ichi GOTO You can select python binding to use via environment variable "BINDING".
2007-01-15 Shun-ichi GOTO Do not use client API to get dir entries when using svn 1.5.
2007-01-15 Shun-ichi GOTO Support subversion 1.5 binding for `get_file()` and `get_dir()`.
2007-01-13 Shun-ichi GOTO Call `svn_ra_initialize()` on load as a standard initialization method.
2007-01-08 Shun-ichi GOTO Implement `SvnRaChangeset.get_properties()` for trac 0.11. (close #8)
2007-01-08 Shun-ichi GOTO Fix to consider the case of `last_author` is empty. Closes #7
2006-12-29 Shun-ichi Goto Consider property value is empty (#4).
2006-12-29 Shun-ichi Goto Use datetime object if running on trac 0.11. Close #5.
2006-12-28 Shun-ichi GOTO Modify copyright notices.
2006-12-23 Shun-ichi GOTO Added tag ver-0.2 for changeset 7f1776461348
2006-12-23 Shun-ichi GOTO Fix version number in setup.py and remove tag of ver-0.2 ver-0.2
2006-12-22 Shun-ichi GOTO Added tag ver-0.2 for changeset 8a3801f687ef
2006-12-22 Shun-ichi GOTO Fix to test with scopes ('', 'sub', 'sub/sub2') and passed for file and http.
2006-12-22 Shun-ichi GOTO Leave natural representation of repodir path.
2006-12-22 Shun-ichi GOTO Support command line argument for test.
2006-12-21 Shun-ichi GOTO Fix _get_history() to pass test via http.
2006-12-21 Shun-ichi GOTO Fix some misses.
2006-12-21 Shun-ichi GOTO add some memo.
2006-12-21 Shun-ichi GOTO Pass canonical path to API to avoid error and removed
2006-12-21 Shun-ichi GOTO Describe some idea.
2006-12-21 Shun-ichi GOTO Make _svn_path correctly and base_path for at __init__()
2006-12-21 Shun-ichi Goto Added tag ver-0.1 for changeset dbfc9588b493
2006-12-21 Shun-ichi Goto Fix node.get_content(). ver-0.1
2006-12-21 Shun-ichi GOTO Report changeset rev as progreess on resync.
2006-12-21 Shun-ichi Goto Use pool explicitly for svn 1.2.x.
2006-12-21 Shun-ichi Goto more robust check to pass test.
2006-12-21 Shun-ichi Goto Better error check on test.
2006-12-20 Shun-ichi GOTO Fix to pass encoded path for RA API.
2006-12-20 Shun-ichi GOTO Try to create old format repo.
2006-12-20 Shun-ichi GOTO Add some TODO
2006-12-20 Shun-ichi GOTO ignore *.orig file
2006-12-20 Shun-ichi GOTO Add path for select binding version
2006-12-20 Shun-ichi GOTO Change backend identifier
2006-12-20 Shun-ichi GOTO Initial revision, checked result comparing with svn_fs.