Ticket #63 (closed defect: fixed)
Need support for alternate REPO_URI when invoked under confexport and/or confsync
| Reported by: | ccowart | Owned by: | confman-developers@… |
|---|---|---|---|
| Priority: | critical | Milestone: | confman-1.9.2 |
| Component: | confexport | Version: | 1.9.0b |
| Keywords: | Cc: |
Description
confexport used to override the REPO_URI to be file://. This
behavior wasn't quite right, but the replacement isn't much
better. There needs to be support for the REPO_URI to be different
depending on the utility being used. This allows local file://
exports but svn+ssh:// interactive access.
I'm thinking CONF_EXPORT_REPO_URI, which would be "" in defaults,
and default to the CONF_REPO_URI.
Change History
Note: See
TracTickets for help on using
tickets.

(In [413]) Adding support to confexport so it can use an alternate REPO_URI. This
turned out to be much more complex than it sounded and included a minor
refactor of config-checking code (more like relocation).
Leaving open to merge to 1.9.
See #63