Simple question.
I need to get a file that was added to the directory by another developer, but I do not want to update any other files in the directory. How can I only update this 1 file if I don't have it? commit + update is not an option.
Just find the file in the repo browser, right-click and select "Copy to working copy."
Right-click the working copy folder, select Check for Changes. In this dialog box, click the Check Repository button.
CfM. , "" .
, : , , TortoiseSVN > RepoBrowser, , .
, , , Update to Revision , , ... , .
svn up filename? ( , cli)
svn up filename
According to another answer, it Copy to Working Copymay not be what you want to do. It creates a new file and svn addits working copy. Your piercing copy does not know that someone has committed such a file (until you commit it)
Copy to Working Copy
svn add