merge - Tortoise SVN Merging committed revisions in same repository -


i'm trying clean repository. since i'm committing changes often, sure, have many changes committed seperately belong together. possible join multiple committed revisions (in same repository) in revision log?

i believe straight answer no, workaround:

  1. manually put commit comments desired range
  2. make copy of updated repository
  3. revert latest revision before desired range
  4. merge revision head (read "undoing changes" section in this page more info)
  5. commit copy step 2 , insert comments

Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -