When sharing the same group of projects, it is easy to upload the local configuration files such as *.IML and other files to the shared server, this will cause great trouble to the teammates, in order to solve this problem, you can use the following method to solve, the following upload to the server App.iml file as an example.
First, in the setting of AS, remove the file suffix ". iML";
Second, locate the "APP.IML" file under the current project in the Windows directory, right-click the file, select TortoiseSVN, such as 2 location:
Figure 2
Under this key, select Delete and delete the file, as shown in 3:
Figure 3
Third, after the deletion of the file, in the current directory submitted to the server again, and normal submission is the same. When you refresh the server, you do not have the file. Submit as shown in 4
Figure 4
Four, back to as, again set the Ignore file, add "*.iml" suffix ignored;
Close the current project, open it again, and select Import Project when open. Or you can download the latest item from the server again.
Workaround to use Androidstudio upload to ignore files to SVN server