How to remove a file/folder from a SVN repository and add to the ignore list
There are two ways with subversion, one is specific to the user and the other is actually maintained in the repository, and therefore affects everyone. For a list of globally ignored files (exclusive to each user/machine), you need to edit the subversion config file and alter the global-ignores directive in the miscellany section. The config … Read more