there's no option to make TSVN auto-check unversioned files for a commit. In your case, I would recommend you write a check-commit hook script that runs an 'svn st' to check if there are unversioned items, then compare those to the list of checked items in the commit dialog and reject the commit if there are unversioned items that are not checked. https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-hooks
-- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/ff84d9e5-ee8b-493b-b7ff-ede7485ea98cn%40googlegroups.com.
