In my subversion repostiry i need to ignore several files and folders. I've added svn:ignore properties where it needs to be.
After changes made i need to add new files into repository recursively, as there too much new stuff.
But executing svn add * --force
causes ignored files to be added to versioning!
How can i recursivly add new files in Subversion with applying svn:ignore properties?