Re: How to cut and graft?

2010-08-02 Thread Lorenz
Daniel Shahaf wrote: Ryan Schmidt wrote on Thu, Jul 29, 2010 at 20:50:16 -0500: svn rm $URL/trunk -m Delete old trunk svn mv $URL/branches/thebranch $URL/trunk -m Make branch thebranch the new trunk And to do this rm+mv in one commit, you could use svnmucc. an perhaps not svn rm the old

Re: How to cut and graft?

2010-07-30 Thread Daniel Shahaf
Ryan Schmidt wrote on Thu, Jul 29, 2010 at 20:50:16 -0500: svn rm $URL/trunk -m Delete old trunk svn mv $URL/branches/thebranch $URL/trunk -m Make branch thebranch the new trunk And to do this rm+mv in one commit, you could use svnmucc.

How to cut and graft?

2010-07-29 Thread Chris Velevitch
In a project, we originally created a branch because we need to create a system which was basically a variation of the original project and share the common unchanged code with the trunk. Since then, the trunk has now gone into end of life and so I want cut the trunk off at the branch point and