How exactly svn update work? I know that it brings all the changes on the svn copy into your local one.
I have out-of-date file that prevented my copy to be committed with the error:
file 'somename' is out of date
The most occurring solution on SO is to do an svn update
command and then svn commit
.
But, wouldn't that let me lose the changes I made on my files on my local copy including the out-of-date one?