Multiple users working on the same code via git
Posted: Wed Jul 06, 2022 7:43 am
We are starting to develop an aplication based on the ESP32.
We are two programmers that will work on the same code using git.
Each of these users has installed esp-idf via vscode on the recomended path (which is C:/Users/{username}/esp).
However, when user 1 git pulls the code of user2 the code gives an error on build. From the output build of user1 you can see that the error is because the path in which esp-idf is expected is C:/Users/user2/esp.
So the question is how do you create a system that overcomes this limitation?
Do you install the esp-idf on the C:/ path directly?
Do you map a network drive to the C:/Users/{username}/esp path?
Is there a better option?
We are two programmers that will work on the same code using git.
Each of these users has installed esp-idf via vscode on the recomended path (which is C:/Users/{username}/esp).
However, when user 1 git pulls the code of user2 the code gives an error on build. From the output build of user1 you can see that the error is because the path in which esp-idf is expected is C:/Users/user2/esp.
So the question is how do you create a system that overcomes this limitation?
Do you install the esp-idf on the C:/ path directly?
Do you map a network drive to the C:/Users/{username}/esp path?
Is there a better option?