-
Notifications
You must be signed in to change notification settings - Fork 250
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
Enhance git repo move #168
Comments
To fix this, we should make sure that the path doesn't exist before copying it. If it does exist, print an error message and exit. I believe the method responsible for moving the git repo is in |
What would be the expected behaviour on error?
|
I don't want to add an overwrite feature since the |
Ok. So should we exit early, as soon as the issue is detected? |
Open a PR so I can leave comments on specific lines. That commit is close, but not exactly how I think this feature should work. |
An error is thrown when moving the git repository if one already exists on the output directory.
The text was updated successfully, but these errors were encountered: