matthewpwilson / zowe-cli

Zowe CLI
Eclipse Public License 2.0
0 stars 0 forks source link

Fails to tag hidden files on upload. #4

Closed ChrisAtkinson1 closed 5 years ago

ChrisAtkinson1 commented 5 years ago

If you try something like this.

.binary binary binary .rft ISO8859-1 IBM-1047 .asciitext ISO8859-1 ISO8859-1 .project binary binary .nodejsapp binary binary .hidden binary binary

And upload files called .hidden (was empty) and .project ( with something in it) Neither of these files get tagged as binary.

This occurs if they are nested or in the top level directory.

ChrisAtkinson1 commented 5 years ago

I note also when running in automation - they do not get put in the directory they should be either.

I suspect this is a base bug.

This can be recreated manually by specifying a directory that needs to be created on zfS

matthewpwilson commented 5 years ago

Fixed.

ChrisAtkinson1 commented 5 years ago

It now does not even upload the .hidden files!

matthewpwilson commented 5 years ago

I think this is a base issue and was regressed by a fix they put through recently. Suggest raising on the main zowe-cli repo.

matthewpwilson commented 5 years ago

I've raised https://github.com/zowe/zowe-cli/issues/312 to find out if this was intentional