Using tortoiseSVN, I can commit the root folder, so that all the files that were modified are checked in automatically. In other words - I don't need to commit them one by one, manually. I'd like svnKit to do the same: Providing only a folder (in this case - the root folder), I'd like it to commit all the files that were modified, without me adding them to the code. In many code examples I saw, or answers to relative questions, there were always some references to specific files - or specific ACTIONS (delete, add, change, etc.). Is svnKit capable of doing so?
Thanks in advance.