-
Notifications
You must be signed in to change notification settings - Fork 60
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
Check ignored files which still are present #72
Comments
I think I do not quite understand the issue :S. If I understand it correct then following question pops up: Or is the aim to help the user to decide if that what he excluded was really that what he wanted to and didnt exclude something by accident? |
No problem, you are right. I try to explain what I meant... I am not interested in the history of binary files like .zip or .jar. But I am interested if the tip still contains such "excluded" files (since the exclusion by extension is really global). If this is the case, I need to take some action. Either I have to adjust the ignored extensions, or I need another solution for the files still present. What I want to implement is a cross check between I admit that this maybe is a very special case, but the implementation is straightforward and has absolutely no side effects (see ohumbel@2a6ebb4) |
This is an example output from a live migration today:
After talking to the developers, |
Ok got it now. Thanks for the detailed explaination |
Travis is green - best wishes from Devoxx |
Awesome! Enjoy Devoxx:smile: |
At the end of the migration, I want to list all files still present in the tip of the workspace having one of the excluded extensions.
These files are either excluded by mistake, or need to be processed further.
Examples use cases:
.ico
file which should not have been excluded.jar
file which should be retrieved from maven central or artifactoryThe text was updated successfully, but these errors were encountered: