At some point all files in my working copy got marked with \"S\" symbol as shown below:
$ svn st M S AclController.php S InstallationController.php
This means that you've switched from one working copy to another, for example you've checked out a working copy, then swapped it over to be comparing against a code branch. Take a look at the SVN book for details on how to undo this.