ProcessorExpert.pe and Git

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

ProcessorExpert.pe and Git

1,917件の閲覧回数
olimexsmart
Contributor II

Hi, we are a team developing a project usind the S32K146 MCU. We are currently using S32 Design studio for ARM.

We have a problem with the Git workflow regarding the ProcessorExpert.pe file. The file contains the following section:

 

 

<ItemState>
        <ItemSymbol>NPFFileName</ItemSymbol>
        <ReadOnly>false</ReadOnly>
        <UserReadOnly>false</UserReadOnly>
        <Value>C:\Users\lolivieri\Documents\S32MHT\MH7\Sources\LinStackCfg.npf</Value>
</ItemState>

 

which is different for every developer since the starting part of the file path is different on every machine.

That should derive from this setting:

Cattura.PNG

How to avoid this absolute path?

Thanks

0 件の賞賛
返信
4 返答(返信)

1,423件の閲覧回数
herbert_schwain
Contributor I

Is there another solution?
We cannot use the same local paths.

0 件の賞賛
返信

1,885件の閲覧回数
olimexsmart
Contributor II

The part where I say that it should derive from the lin_cfg setting is totally wrong. 

Ignore the screenshot.

0 件の賞賛
返信

1,890件の閲覧回数
florian_bayer
Contributor II

Hello @olimexsmart , 

 

one easy workaround would be to locate the Repo of Git always in the same directory. For example C:\GitRepos.

Then it is the same for every user.

Greetings,

Florian

0 件の賞賛
返信

1,885件の閲覧回数
olimexsmart
Contributor II

Thanks Florian,

it's an easy workaround, we will consider it, thanks

0 件の賞賛
返信