dev@glassfish.java.net

Re: Use svn merge instead of simple copying

From: Justin Lee <justin.d.lee_at_oracle.com>
Date: Mon, 02 May 2011 09:48:26 -0400

Or use "svn cp" rather than "cp foo bar ; svn add bar" Preserves the
history that way. Same for mv.

On 5/1/11 11:39 PM, Sahoo wrote:
> I see some files being simply copied from one branch to another
> instead of them being merged using svn merge command. Take a minute to
> know how merge command works and use it next time. It saves your
> colleagues from spending time to find out what changes have been
> ported from one branch to another.
>
> Thanks.