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

Feature: prevent cloning of existing repos (all implementations) #34

Open
MichaelDimmitt opened this issue Sep 18, 2023 · 1 comment
Open

Comments

@MichaelDimmitt
Copy link
Collaborator

Use-case:

We may use repo cloner to clone down repos that may have been missed after a passage of time.
And the repos we already have might be dirty so we cant just delete the folder containing all of them and start again.

As outlined by @kemptosa in his pr: #14

We should do a check when we are about to clone a folder to see if the folder exists before cloning.

@MichaelDimmitt MichaelDimmitt changed the title Feature: prevent cloning of existing repos Feature: prevent cloning of existing repos (all implementations) Sep 18, 2023
@MichaelDimmitt
Copy link
Collaborator Author

All implementations checklist:

  • bash
  • ruby
  • python
  • elixir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (non urgent)
Development

No branches or pull requests

1 participant