[gc-improv] Copy current trunk to branch

Laurynas Biveinis laurynas.biveinis@gmail.com
Thu Jan 20 10:02:00 GMT 2011


2011/1/19 Laurynas Biveinis <laurynas.biveinis@gmail.com>:
> $ svn cp svn+ssh://lauras@gcc.gnu.org/svn/gcc/trunk
> svn+ssh://lauras@gcc.gnu.org/svn/gcc/branches/gc-improv -m "Rebase
> gc-improv branch on current trunk"

Apparently this copying of the trunk to the branch didn't do what I
wanted it to do, so after some searching I did what Ian did for gccgo
- deleted the branch then copied.

$ svn rm svn+ssh://lauras@gcc.gnu.org/svn/gcc/branches/gc-improv -m
"Temporarily remove the branch before re-creating it"
Committed revision 169048.
$ svn cp svn+ssh://lauras@gcc.gnu.org/svn/gcc/trunk
svn+ssh://lauras@gcc.gnu.org/svn/gcc/branches/gc-improv -m "Rebase
gc-improv branch on current trunk"

Committed revision 169049.


-- 
Laurynas



More information about the Gcc-patches mailing list