#2148 closed enhancement (fixed)
VersionControl generalization patch
Reported by: | Lele Gaifax | Owned by: | Christian Boos |
---|---|---|---|
Priority: | high | Milestone: | 0.10 |
Component: | version control | Version: | 0.9b2 |
Severity: | normal | Keywords: | |
Cc: | eric-trac@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Changeset [2110] refactored the version control system code, moving Subversion specific bits out of core.
The attached patch completes the task, moving last pieces of Subversion-centric code from the core down to the VC subsystem.
This is actually all is needed to open the door to other versioning systems, as done by trac+darcs+bzrng.
Attachments (1)
Change History (10)
by , 19 years ago
Attachment: | vc-general.patch added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Owner: | changed from | to
Priority: | normal → high |
Status: | new → assigned |
I actually would need that as a step toward completing #156. I'll propose an adaptation to the above patch that would make things even more modular.
Btw. we should add a versioncontrol
ticket component.
comment:2 by , 19 years ago
Cc: | added |
---|
comment:3 by , 19 years ago
Milestone: | 0.9 → 0.9.1 |
---|
comment:4 by , 19 years ago
Right. Also, people interested in that feature could
take a look at the source:branches/cboos-dev/db-refactoring,
in which I created a
IDatabaseBackend interface, as I intend to do something similar
for a IVersionControlBackend
.
comment:5 by , 19 years ago
Component: | general → version control |
---|
comment:6 by , 19 years ago
Milestone: | 0.9.1 → 0.9.2 |
---|
comment:8 by , 19 years ago
Milestone: | 0.9.3 → 1.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
The vc-refactoring
branch was merged into trunk in [2669], the functionality is going to be available in the next major release.
comment:9 by , 19 years ago
Milestone: | 1.0 → 0.10 |
---|
Generalization patch