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

Retaining .git folders inside the vender repos #687

Closed
deepakprabhakara opened this issue Nov 24, 2016 · 1 comment
Closed

Retaining .git folders inside the vender repos #687

deepakprabhakara opened this issue Nov 24, 2016 · 1 comment

Comments

@deepakprabhakara
Copy link

I updated glide and realised that the .git folder are now cleaned up from the vendor directories. Is there a command line option that will allow me to retain it? It is much easier to manage development on the vendored repos if they appear as git repos instead of just plain directories and files.

I currently have to manually remove the vendor repo, git clone the repo in it's place, makes changes and commit, run glide up again and repeat for every change I need to make in the vendor repos.

There's probably not many people who use this model but would be useful to have it through an option if possible.

Thanks.

@sdboyer
Copy link
Member

sdboyer commented Nov 28, 2016

sorry, but it's not feasible to return to the model of having the .git dirs (or other vcses) present under vendor/.

we realize that this does hamper the multi-project development case, and are working on more comprehensive solutions. in the meantime, you might be interested to have a look at the discussions in #548 - they've got some scripts going there, at least.

@sdboyer sdboyer closed this as completed Nov 28, 2016
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