Ticket #91 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

"not under version control" during confman commit

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

Description

blee@supra.b1c1l1 ~/src/conf/supra/etc/conf.d $ confman commit -m "update hwclock for new openrc"
Password for 'blee': confman[21213]: blee: Authentication realm: <https://www.b1c1l1.com:443> Subversion

At revision 110.
confman[21213]: blee: Commit operation started
confman[21213]: blee: svn: Commit failed (details follow):
confman[21213]: blee: svn: '/home/blee/src/conf/supra/etc/conf.d/gentoo' is not under version control

'gentoo' is the name of a module in the host's recipe, not a file.

Change History

comment:1 Changed 2 years ago by blee

cd ~/src/conf works around this problem.

comment:2 Changed 2 years ago by blee

  • Summary changed from "not under version control" during confman commit -m to "not under version control" during confman commit

Actually, this breaks with or without -m.

comment:3 Changed 2 years ago by ccowart

  • Status changed from new to needsmerge

(In [477]) Passing full paths into conf_commit_file, which is the expected
convention.

Fixes #91

comment:4 Changed 2 years ago by ccowart

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

(In [488]) Merging commit working directory bug fix from trunk.

Resolves #91

Note: See TracTickets for help on using tickets.