Hi guys,
We are moving our code to a Git Repository and we are facing and issue with directories.
As per my tests everything works fine if PB workspace is on the root directory for the repository (ws folder is also created and managed from there). The problem is that the current repository has the application in a subfolder.
If I clone our repo on c:\application and I get the PBW file and its PBTs, PBL, etc from this location everything works pretty well.
But if I have an intermediate directory like c:\application\Admin\ not. The original git repository works on c:\aplication but PB creates a new one under c:\application\Admin\ so we have alike a sub repository and this is not wanted by my company.
Do it has to be always like this? Is there any way that PB uses the repository from the root directory instead of the one that it creates for itself?
Using PB2019 R3.
Thanks a lot for your help!