I have an SVN repository setup online and I want to use it to manage my C++ projects in CodeBlocks.
I read that SVN can only track changes to text files, so how do I manage the .cbp project files and other non-text files. Do CodeBlocks projects have a way to checkout files from the repository and deal with changes? Or should I commit everything as a whole project including all non-text files and the .cbp file?
Sorry if this question is a bit vague.
Thanks, Ash.