It should be simple, but for some reason I cannot understand:
I updated to the next version, for example, the version 100 (HEAD - 101), for example svn up -r 100. Then I made various changes, and now I want the changed files to be checked as revision 102 (just so that I can go back to 101 if necessary). How should I do it? If I just do svn commit, I get an "obsolete" error. I can not do svn upeither to fix an obsolete problem, because I do not want any changes to HEAD (101) to be returned ...
pholz source
share