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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -