Is it possible to remove a file from SVN without deleting it from the Filesystem? My current method is to copy the file, remove the original via [tt]$ svn rm [file][/tt] and then move the copy back to the original file name. Is there a faster way of doing this? I’d like to be able to just remove the link to SVN from a file without my 3 step method.
Thanks!