Menu

Commit [r2992]  Maximize  Restore  History

VcRefactoring: support for scoped repositories which are not full self-contained (#1830)

* don't store base paths which are coming from outside of the repository scope
* introduced specialized versioncontrol related exception:
* `NoSuchChangeset`
* `NoSuchNode`
* refactored the `TracError` usage to either use one of the above or the use the `TracError(...)` style instead of the `TracError, ...` style
* fix a potential bug when getting the change summary from the Changeset.get_changes

Thanks to Manuzhai for the initial work on this topic.

cboos 2006-03-10

changed /sandbox/vc-refactoring/trac/versioncontrol/api.py
changed /sandbox/vc-refactoring/trac/versioncontrol/cache.py
changed /sandbox/vc-refactoring/trac/versioncontrol/svn_fs.py
changed /sandbox/vc-refactoring/trac/versioncontrol/tests/svn_fs.py
changed /sandbox/vc-refactoring/trac/versioncontrol/web_ui/browser.py
changed /sandbox/vc-refactoring/trac/versioncontrol/web_ui/changeset.py
changed /sandbox/vc-refactoring/trac/versioncontrol/web_ui/util.py
/sandbox/vc-refactoring/trac/versioncontrol/api.py Diff Switch to side-by-side view
Loading...
/sandbox/vc-refactoring/trac/versioncontrol/cache.py Diff Switch to side-by-side view
Loading...
/sandbox/vc-refactoring/trac/versioncontrol/svn_fs.py Diff Switch to side-by-side view
Loading...
/sandbox/vc-refactoring/trac/versioncontrol/tests/svn_fs.py Diff Switch to side-by-side view
Loading...
/sandbox/vc-refactoring/trac/versioncontrol/web_ui/browser.py Diff Switch to side-by-side view
Loading...
/sandbox/vc-refactoring/trac/versioncontrol/web_ui/changeset.py Diff Switch to side-by-side view
Loading...
/sandbox/vc-refactoring/trac/versioncontrol/web_ui/util.py Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB