$ svn add . --force ExplanationAdding all unknown files in a working tree is usually very simple in other version control systems, for example:
Not so simple in Subversion:
But if you add the Keep in mind that this is not the same as:
That would add not only unknown files, but ignored files too, which is probably not your intention. Make sure to specify directories explicitly, avoid using |