You can better talk about your question ...
IntellJ is an IDE. If you use it to download source code from the Subversion repository, try the export command instead of checking. This will download all source files without .svn
directories. Of course, you cannot check for any changes to the Subversion repository.
Open the repository browser, then right-click on the directory, and do not click the "Checkout" button below. You will see the export menu item. Select this and this will check the source from the Subversion repository without .svn
folders. Of course, you cannot verify anything.
source share