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

Do not silence failure form subtree command #3

Open
simensen opened this issue Nov 19, 2012 · 1 comment
Open

Do not silence failure form subtree command #3

simensen opened this issue Nov 19, 2012 · 1 comment

Comments

@simensen
Copy link
Member

@igorw had an issue that would have been more easily detected if errors form subtree were not silenced.

The reasons for the silence to begin with was because prefixes may legitimately not exist in all branches and the output would have been somewhat confusing/meaningless:

'src/MyProject/Missing' does not exist; use 'git subtree add'

Suggestion was to try and catch the error and do something different depending on the response. For example, search output for "git subtree add" and if it exists, ignore it, otherwise, fail and show it (or at least warn somehow).

@skyzyx
Copy link
Contributor

skyzyx commented Aug 13, 2013

👍

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