I didn't do much backporting till now. I think it's time to read
that wiki page. Thanks!
Hi,
handy tip:
In svn/grass-addons/tools/ there are some backporting scripts, the
relevant one here is svn7merge.
to backport from trunk cd to the top relbr70 dir and after "svn up"
type "svn7merge REVNUM" where revnum is the number of the commit to
trunk you want to backport. then svn diff & commit.
all very quick.
occasionally you have to do "svn propdel svn:mergeinfo ." to get rid of
some unwanted tags, but as long as you don't do a 'svn commit' from the
top of the source tree it's harmless.
I didn’t do much backporting till now. I think it’s time to read
that wiki page. Thanks!
Hi,
handy tip:
In svn/grass-addons/tools/ there are some backporting scripts, the
relevant one here is svn7merge.
to backport from trunk cd to the top relbr70 dir and after “svn up”
type “svn7merge REVNUM” where revnum is the number of the commit to
trunk you want to backport. then svn diff & commit.
all very quick.
occasionally you have to do “svn propdel svn:mergeinfo .” to get rid of
some unwanted tags, but as long as you don’t do a ‘svn commit’ from the
top of the source tree it’s harmless.