SVN version/unversion file in PHPStorm

I am working with SVN for couple of projects now and have a fairly simple question I haven't been able to find a solution so far.
By a mistake I added few files into SVN (composer.json is one of them). I absolutely don't want that file on server because it has some dependencies I only use in local (Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider for example).
What is the easiest way and what is the recomended way to remove those files from SVN. I tried to add them to ignore list but nothing happenes and they are still in commit list.
I had simmilar problem on the first project with SVN under Storm and it ended in disaster because I tried with erasing files and you all know wher it led...

0
2 comments

Unfortunately there is no way to run svn delete --keep-local from PHPStorm UI (https://youtrack.jetbrains.com/issue/IDEA-103102). But you can either delete the file from the repository using the repository browser view, or run this command in your system terminal

0

SVN integration in PHPStorm is a joke that can cost you a lot of time... Thx for answer Elena

0

Please sign in to leave a comment.