Search code examples
svneclipse-cdt

How to commit the binaries to svn?


I am trying to commit the binaries out of my C++ project, but the debug folder is always ignored.
Yes I know that isn't suggested to do that, but in my case it is required.

I have tried to add the folder with in the project settings or delete the patterns out of the ignored resources.
Also I have tried to use the context menu with team -> add to version control.
But all ways don't work for me.

Thanks for any advices.


Solution

  • Get the command line SVN client and do:

    svn add /path/to/debug