How do I edit and commit a single file from a Subversion repository?
问题 Using TortoiseSVN (a command line solution is OK too), without creating a folder on the repository side, what are the steps to checkout a single file, edit and check back in with comments? 回答1: AFAIK you cannot get a copy of a single file from SVN, a working copy is always a directory. So you will need to check out a whole folder in order to edit the file in question and then commit. This was the case some time back (less than 3 months) and I doubt it has changed since then. 回答2: To check out