merge - In svn, can I revert a change and shelve it for later? -


I made some changes, some drawbacks are returned in my SVN repository. I assume that HEAD is at R750 and I Is it possible to return R745 without losing R746-R750?

And, can I by any means save R745 and re-apply it later (as a new amendment)?

Assume that you are merged with a clean rear, you can do this ...

  svn merge -r 745: 744 & lt; Source & gt;  

Then when you want to apply it again, you can merge it back:

  svn merge --ignore-ancestry -r 744: 745 & lt; Source & gt;  

For more information, "."


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -