Questions about accesing files and folders in Subversion.
How do I completely remove a file/folder from a Subversion repository?
To remove a file or folder and all history from an SVN repository, create a dump of the existing repository and filter out the unwanted file or folder. Then create a new repository to replace the existing repository.
How do I check out a single file?
Subversion 1.5 supports sparse directories. Subversion 14. does not support checkout of a single file, only checkout of directory structures. However, you can use svn export to export a single file.