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 is usually caused by an interruption when switching branches.
Switch to a different branch, and then switch back to the branch you really want.
svn switch some_other_branch_url
svn switch desired_branch_url