Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Message "file tag (MIXED) does not match its attributes (IBM-1047)" for files in the .zigi directory #455

Open
sebdewar opened this issue Jun 13, 2022 · 1 comment

Comments

@sebdewar
Copy link

Describe the bug
I have created my first ZIGI repository. All is working fine, except that when I add a PDS, I am always getting the following error message:
fatal: can't add ".zigi/SP000.VX.TESTZIGI.SOURCE": file tag (MIXED) does not match its attributes (IBM-1047)

This prevents me from creating new branches, because it tells me that the status is not clean.

I managed to temporarily solve the problem by issuing the command chtag -t * under the .zigi directory. But the problem returns as soon as I add a new member.

Release of zigi
3.14

To Reproduce
Steps to reproduce the behavior:

  1. Create a new repo
  2. Add a PDS named SP000.VX.TESTZIGI.SOURCE
  3. Error message
@sebdewar sebdewar changed the title Message "file tag (MIXED) does not match its attributes (IBM-1047)" for files in the .zigi directory [BUG] Message "file tag (MIXED) does not match its attributes (IBM-1047)" for files in the .zigi directory Jun 13, 2022
@lbdyck
Copy link
Collaborator

lbdyck commented Jul 19, 2022

Found bug in code and have fixed in recent pull request. several of the chtag commands were chtag -c and should have been (and are now( chtag -tc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants