This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]