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
Post a Comment