conan-io / conan

Conan - The open-source C and C++ package manager
https://conan.io
MIT License
8.17k stars 974 forks source link

I have a conan package , i want in editable mode , but my repo root having .git , editable package will also .git , how to handle or overcome this issue #16862

Closed subbaraokadali closed 1 week ago

subbaraokadali commented 1 month ago

What is your question?

I have a conan package , i want in editable mode , but my repo root having .git , editable package will also .git , how to handle or overcome this issue

Have you read the CONTRIBUTING guide?

memsharded commented 1 month ago

Hi @subbaraokadali

I am sorry, I didn't understand your issue. Having a .git in the repo is not an issue, that is the standard thing, editable mode can be perfectly used for git repos. Please try to provide more complete details and instructions about how to replicate your issue.

subbaraokadali commented 1 month ago

@memsharded : in my repo root i have .git , i have a conan package "test_package" , i want to do changes using conan editable and commit the changes

memsharded commented 1 month ago

Still no idea what is the issue or what is failing. Please provide detailed steps, something like:

Then provide the full output logs, and explain what would be the expectation, what happened, etc.

memsharded commented 1 week ago

I am closing this ticket as responded. Please don't hesitate to re-open or create a new ticket with the details above to help reproduce the issue and be able to help. Thanks very much for your feedback.