What's the best way to deal with files or folders that at one time were part of a project but are no longer used?
Example: I create a file called "MyPage.aspx" and add it to source control. Over time I make various changes to the file and check the file into the vault. Then something changes and no I longer use that file - I want to remove it from the working folder but keep a record of its existence in source control in case I ever want to go back and look at it.
I know one obvious answer is to just remove the local file and do nothing else, but that has side effects. For one thing, Vault shows the file as "missing" which implies a problem where none exists. Also (and ask me how I know this), if you do "get latest version" on the folder or one of its parents, you suddenly end up with a bunch of old files in your working folder...
