Skip to content

Failure to commit through web-ui after deleting added file #481

Closed
@isc-pbarton

Description

@isc-pbarton

Steps to reproduce:

  1. Run a baseline export without committing: do ##class(SourceControl.Git.API).BaselineExport("")
  2. Confirm in the Git WebUI that some files were added to source control
  3. From the file system, delete one of the added files.
  4. In the Git WebUI, check "select all files" and attempt to commit.

I get an error message:

error: pathspec 'cls/pbarton7/test50.cls' did not match any file(s) known to git

The use case this might be an issue for is if I have a large baseline export, but there are some files I don't want included so I delete them from the file system. This puts us into an edge case where committing should work but does not.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcustomerBased on customer feedback (as opposed to something identified by developers)usability

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions