Is it possible to ignore the commit of externals in SVN?
Example:
I have a project and one of the subfolders is an external:
svn:externals
my_remote_folder http://svn.whatever.org/blah/trunk/
This works seamlessly. Always when I perform an update, the externals get updated as well.
But when I change anything in the local checkout of this external my IDE recognizes the change and offers me the file to commit. But maybe I have just read-access to the external SVN.
I tried to ignore the folder conventionally:
svn:ignore
my_remote_folder
I also tried
my_remote_folder .
But my IDE (PhpStorm) and also TortoiseSVN still ignore this ignore.