dev@glassfish.java.net

Use svn merge instead of simple copying

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Mon, 02 May 2011 09:09:43 +0530

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.