Sometimes I want to get a file from a repository for use in some project that's not under source control. Let's say it's just a file full of handy utility functions. I know I can just to an svn export but I'd like to be able to do an svn update from time to time to get the latest version of the file.
The important thing is I don't want to be able to commit any changes to the file from the new project; I just want to be able to do updates to refresh the file.
Is there any way to checkout a file as read-only?