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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -