SVN: change a past revision and have the change in current
Posted
by John Isaacks
on Stack Overflow
See other posts from Stack Overflow
or by John Isaacks
Published on 2010-05-25T12:48:40Z
Indexed on
2010/05/25
12:51 UTC
Read the original article
Hit count: 166
svn
|version-control
ok say I am on revision 4.
I check it out, make some change and commit it. I am not on revision 5.
I check it out again, am making some changes, but I am informed that there was a typo from revision 5 that needs to be changed right away.
I don't want to fix it in my current working copy because I am in the middle of something and it wont be ready to commit yet. But I don't want to revert back to revision 5 and loose all my work.
what I want to do is go back to revision 5, make the small change, commit it. And ALSO have that change made to my current working copy as well.
I hope that makes sense. Is there a way to do that?
© Stack Overflow or respective owner