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]

[wwwdocs] Patch to rsync.html


A bit of operator error on my part this morning suggests that perhaps some more
documentation is needed.  OK to commit?

Ben

Index: rsync.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/rsync.html,v
retrieving revision 1.12
diff -u -p -r1.12 rsync.html
--- rsync.html  28 Oct 2005 19:58:26 -0000      1.12
+++ rsync.html  14 Nov 2005 00:03:00 -0000
@@ -49,8 +49,13 @@ rsync rsync://gcc.gnu.org/
 available.</p>

 <h2>Using the local repository</h2>
-<p>Refer to <a href="svn.html">SVN instructions</a> to check out your local
-copy of the repository.</p>
+<p>Refer to <a href="svn.html">SVN instructions</a> to check out your
+local copy of the repository.  Note that the rsync command above will
+mirror the repository at its root directory, so the URL you will need
+to use to check out from your local repository will look something
+like <code>svn+ssh://hostname/usr/local/gcc-svn/</code> (ie. without
+the trailing <code>/svn/gcc</code> directory names that would be
+included for gcc.gnu.org access).</p>

 </body>
 </html>

Attachment: signature.asc
Description: OpenPGP digital signature


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