cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube IDE and versioning control with SVN

ThoKu
Associate

Hi,

I'm a newbee in this community and my first post is related to an already existing one:

https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-with-svn-subversion-which-files-folders-to-ignore/td-p/253294 

Usually we have \project\.settings\language.settings.xml under version control - but changes in this file seem to be not relevant to track it. Can you complete the answer referenced by the link above?

Best Regards,

Thomas 

1 REPLY 1
Mahmoud Ben Romdhane
ST Employee

Hello  @ThoKu 

Let me thank you for posting and welcome to the ST Community.

The file .settings\language.settings.xml is not required for building the project and may vary between PCs.

It is recommended to exclude the. Settings folder from SVN to avoid unnecessary conflicts.

Only project files like. project, .ioc, source code, drivers, and linker script should be version controlled.

Thanks.

Mahmoud

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.