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]

simtest-howto.html updated for SVN.


Committed as obvious.

Index: simtest-howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/simtest-howto.html,v
retrieving revision 1.21
diff -p -u -r1.21 simtest-howto.html
--- simtest-howto.html	31 Oct 2005 14:19:49 -0000	1.21
+++ simtest-howto.html	25 Jan 2006 03:25:20 -0000
@@ -37,9 +37,10 @@

 <pre>
 cd ${TOP}
-cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc login
-# You will be prompted for a password; reply with the empty string.
-cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc co gcc
+svn checkout svn://gcc.gnu.org/svn/gcc/trunk gcc
+# This makes sure that file timestamps are in order initially.
+cd ${TOP}/gcc
+contrib/gcc_update --touch
 </pre>

     <p>Check out the <code>src</code> tree:</p>
@@ -62,10 +63,7 @@ cvs -d :pserver:anoncvs@sourceware.org:/

 <pre>
 cd ${TOP}/gcc
-cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc login
-# You will be prompted for a password; reply with the empty string.
-CVSROOT=":pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc" \
-  contrib/gcc_update
+contrib/gcc_update
 </pre>

     <p>Update the <code>src</code> tree with the same sequence of

brgds, H-P


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