I'm using svn
with my code. I want to ask, if there is any way to make checkpoints with svn
?
I have checkout of code on local drive. After making first part of changes I see that everything is OK. After second part of changes code is broken. I want to get back to point after first part of changes and before changes done after. So now I make patch file (with svn diff
) and revert all code then patch it. I'm wondering is there svn
command to make checkpoint after first part of changes and then simply back to this checkpoint with single svn
command. I don’t want to commit my changes after first part of changes.