Ticket #63 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by ccowart

(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

comment:2 Changed 2 years ago by ccowart

  • Status changed from new to closed
  • Resolution set to fixed

(In [414]) Merging REPO_URI changes from trunk into 1.9 branch.

Fixes #63

Note: See TracTickets for help on using tickets.