Committed: Fix typo in svnwrite.html

Hans-Peter Nilsson hp@bitrange.com
Sat Oct 29 23:14:00 GMT 2005


Kazu noticed this typo trying to follow the example
(getting "permission denied" or something).

Index: svnwrite.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svnwrite.html,v
retrieving revision 1.5
diff -p -u -r1.5 svnwrite.html
--- svnwrite.html	29 Oct 2005 17:14:21 -0000	1.5
+++ svnwrite.html	29 Oct 2005 23:09:44 -0000
@@ -57,7 +57,7 @@ MAINTAINERS file to test write access, f
 issuing the command:</p>

 <blockquote><p><code>
-svn co svn+ssh://:<i>username</i>@gcc.gnu.org/svn/gcc/trunk gcc
+svn co svn+ssh://<i>username</i>@gcc.gnu.org/svn/gcc/trunk gcc
 </code></p></blockquote>

 <p>where <i>username</i> is your user name at gcc.gnu.org.</p>

brgds, H-P



More information about the Gcc-patches mailing list