patch - SVN rebase branch from trunk -


hallo all. have java project using svn scm. have trunk line have production_line , branches next releases.

when found bug in production fix on trunk , release software. take fix on branches without closing them. possibile?

kind regards massimo

if need fix in development branches, merge fix using:

svn merge -rxxx:yyy <path_to_trunk>

where xxx revision prior fixes , yyy last of fix commits.

usually should not need because development branches contain changes going merged trunk has fix.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -