ignore

SVN: ignoring/removing a versioned item while preserving users' local copy

There is a file, let's call it fileToBeIgnored, that is versioned in SVN and shouldn't be. I understand that svn:ignore only prevents the addition of files to the SVN repository. Already versioned files will keep on getting versioned regardless of matching the pattern. I'm perfectly ok with removing fileToBeIgnored from the SVN reposi...