Which Codelite files need to be saved to Subversion
-
- CodeLite Expert
- Posts: 167
- Joined: Wed Oct 22, 2008 6:50 am
- Contact:
Which Codelite files need to be saved to Subversion
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
- eranif
- CodeLite Plugin
- Posts: 6375
- 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
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
.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
-
- CodeLite Expert
- Posts: 167
- Joined: Wed Oct 22, 2008 6:50 am
- Contact:
Re: Which Codelite files need to be saved to Subversion
Thank you.
Win 10/11 64-bit, MSVC 2019/2022, wxWidgets 3.2.1, CodeLite 17.0 Mint 21.2