How can I checkout a specific file from svn? [duplicate]
问题 This question already has answers here : Checkout one file from Subversion (19 answers) Closed 6 years ago . I'm going mental here. I'm writing code for my Ph.D. project(s). I have two versions of a specific .cpp file and I want to use them both (alternating between them). I want to keep the most updated version of the other files. I tried using svn copy but it won't run over existing file. I tried to delete the file but svn copy will just, kindly, say that it won't write over files existing