Which Codelite files need to be saved to Subversion

General questions regarding the usage of CodeLite
coder99
CodeLite Expert
Posts: 167
Joined: Wed Oct 22, 2008 6:50 am
Contact:

Which Codelite files need to be saved to Subversion

Post by coder99 »

After starting to port some Windows projects to Linux & using Codelite as my IDE, I want to make sure I understand which Codelite specific files need/ought to be saved to SVN and which will be recreated

Win 10/11 64-bit, MSVC 2019/2022, wxWidgets 3.2.1, CodeLite 17.0 Mint 21.2

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Which Codelite files need to be saved to Subversion

Post by eranif »

In addition to your source code, you will need these file:

.workspace (the workspace file)
*.project (the project files)

The rest are auto generated and should not be added to svn/git etc
Make sure you have read the HOW TO POST thread
coder99
CodeLite Expert
Posts: 167
Joined: Wed Oct 22, 2008 6:50 am
Contact:

Re: Which Codelite files need to be saved to Subversion

Post by coder99 »

Thank you.

Win 10/11 64-bit, MSVC 2019/2022, wxWidgets 3.2.1, CodeLite 17.0 Mint 21.2

Post Reply