HC12: Keeping a Project under version control, with generating code?

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

HC12: Keeping a Project under version control, with generating code?

ソリューションへジャンプ
1,219件の閲覧回数
bhubert
Contributor I
Hi,

I'm currently using the 9S12 Micro with Codewarrior 5.5 and Processor Expert.

I'm looking to start moving my project over to version control using clearcase. The question I have is that when the folder location changes Code Warrior always wants to regenerated the generated code and if you don't it still does it for you when you build. What is the best way to put a project into version control so when someone else downloads the project and opens it, it does not regenerate all the code for them and just uses what is currently available?

The reasoning for this is that when it regenerates the code it might not make any significant changes to the code but updates things such as the header and stuff that makes it a mess to do compairs and merges on the entire project when there are all these little changes in comments and stuff that are insignificant to what was actually changed.

If this does not make any sense please let me know and I'll try to word it differently.

Basically, how do most people put there code warrior projects under version control.

Thanks,
Blaine

Message Edited by CrasyCat on 2007-04-13 02:26 PM

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
673件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
Not sure I completely understood your setup, but as hint, there is a global setting in Edit->Prefernces->General->Build Settings->Build before running which lets you switch off the automatic builds before starting the debugger.

I do usually not put generated things under version control, so for me it has to build.

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
674件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
Not sure I completely understood your setup, but as hint, there is a global setting in Edit->Prefernces->General->Build Settings->Build before running which lets you switch off the automatic builds before starting the debugger.

I do usually not put generated things under version control, so for me it has to build.

Daniel
0 件の賞賛
返信