[wwwdocs] Adjust branching.html to new policy and subversion

Gerald Pfeifer gerald@pfeifer.com
Sun Oct 30 23:37:00 GMT 2005


On Sun, 30 Oct 2005, Daniel Berlin wrote:
> To make a branch, all that is required is to cp it to the branches dir
> 
> ie
> 
> svn cp svn+ssh://gcc.gnu.org/svn/gcc/trunk svn
> +ssh://gcc.gnu.org/svn/gcc/branches/<branch name>

Based on this, I installed the patch below.

Gerald

Index: branching.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/branching.html,v
retrieving revision 1.22
diff -u -3 -p -r1.22 branching.html
--- branching.html	30 Oct 2005 16:30:23 -0000	1.22
+++ branching.html	30 Oct 2005 23:36:27 -0000
@@ -12,8 +12,7 @@
 numbers:
 <blockquote>
 <pre>
-cvs rtag gcc-3_5-branchpoint gcc
-cvs rtag -b -r gcc-3_5-branchpoint gcc-3_5-branch gcc
+svn cp svn+ssh://gcc.gnu.org/svn/gcc/trunk svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_5-branch
 </pre>
 </blockquote>
 </li>



More information about the Gcc-patches mailing list