Ticket #34 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Repository URL includes hostname when REPO_PROTOCOL is file://

Reported by: blee Owned by: confman-developers@…
Priority: critical Milestone: confman-2.0
Component: confman Version: HEAD
Keywords: Cc:

Description

blee@… ~ $ confadmin setup
confadmin[11595]: blee: svn: Unable to open an ra_local session to URL
confadmin[11595]: blee: svn: Local URL ' file://util8.sjc1.bitgravity.com/usr/local/svn/conf' contains unsupported hostname

This should probably be handled similarly to conf_fetch.

Change History

comment:1 Changed 3 years ago by blee

(In [339])

  • Created function conf_repo_uri to correctly generate the repository URI based on REPO_PROTOCOL
  • Removed REPO_URI and REPO_TRUNK global variables
  • Replaced all references to REPO_URI and REPO_TRUNK with calls to conf_repo_uri

See #34

comment:2 Changed 3 years ago by blee

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

(In [340])
Merging conf_export_uri changes from trunk.

Closes #34

comment:3 Changed 3 years ago by blee

(In [341])
Fix REPO_PROTOCOL handling in conf_repo_uri.

See #34

Note: See TracTickets for help on using tickets.