SVN : How to fix a commit erroneously made to the trunk instead of to a branch? -



SVN : How to fix a commit erroneously made to the trunk instead of to a branch? -

i created maintenance/bug-fix branch in our svn repository, in order create stable releases while introduce new features on trunk. branch called "4.2.x"

now, 1 developper of team didn't switch working re-create 4.2.x branch , commited changes trunk. these changes should in 4.2.x branch along other bug fixes , little changes, shipped client in next 4.2 release.

these changes comprised in bunch of consecutive revisions, 500 510, , latest commits made trunk.

what best , cleanest way bring these changes 4.2.x branch, , out of trunk, in way won't cause problems later when want merge 4.2.x branch trunk ?

merge revisions 500 510 trunk branch, , commit branch.

since these bug fixes, should done in trunk, leave trunk is. if want remove them trunk, undo these changes.

to avoid merging changes branch trunk, merge commit branch trunk alternative "record only".

svn branch trunk

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -