A couple of small patches to EGCS web pages
Jason Molenda
jsm@cygnus.com
Thu Mar 25 19:51:00 GMT 1999
1999-03-25 Jason Molenda (jsm@bugshack.cygnus.com)
* check.html: "/egcs/carton/cvsfiles" -> "/cvs/egcs".
* cvs.html (cvsweb): Point to egcs source files directly,
instead of top of egcs repository.
"/egcs/carton/cvsfiles" -> "/cvs/egcs".
* cvswrite.html: Specify SSH compression instead of -z cvs
compression. Use "$HOME" instead of less-portable "~".
Specify ":ext:" for connection method.
"/egcs/carton/cvsfiles" -> "/cvs/egcs".
Index: checkin.html
===================================================================
RCS file: /cvs/egcs/wwwdocs/htdocs/checkin.html,v
retrieving revision 1.7
diff -u -p -r1.7 checkin.html
--- checkin.html 1999/02/22 08:16:42 1.7
+++ checkin.html 1999/03/26 03:48:57
@@ -245,19 +245,19 @@ checkin process....
<blockquote>
<pre>
Checking in ChangeLog;
-/egcs/carton/cvsfiles/egcs/./gcc/ChangeLog,v <-- ChangeLog
+/cvs/egcs/egcs/./gcc/ChangeLog,v <-- ChangeLog
new revision: 1.746; previous revision: 1.745
done
Checking in bitmap.c;
-/egcs/carton/cvsfiles/egcs/./gcc/bitmap.c,v <-- bitmap.c
+/cvs/egcs/egcs/./gcc/bitmap.c,v <-- bitmap.c
new revision: 1.6; previous revision: 1.5
done
Checking in calls.c;
-/egcs/carton/cvsfiles/egcs/./gcc/calls.c,v <-- calls.c
+/cvs/egcs/egcs/./gcc/calls.c,v <-- calls.c
new revision: 1.12; previous revision: 1.11
done
Checking in genattrtab.c;
-/egcs/carton/cvsfiles/egcs/./gcc/genattrtab.c,v <-- genattrtab.c
+/cvs/egcs/egcs/./gcc/genattrtab.c,v <-- genattrtab.c
new revision: 1.15; previous revision: 1.14
done
[/law/egcs/egcs/gcc]
@@ -274,7 +274,7 @@ you should check them in with separate c
<p>And that's it!
<hr>
-<i>Last modified on Sept 9, 1998.</i>
+<i>Last modified on March 25, 1999.</i>
</body>
</html>
Index: cvs.html
===================================================================
RCS file: /cvs/egcs/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.17
diff -u -p -r1.17 cvs.html
--- cvs.html 1999/02/25 10:55:11 1.17
+++ cvs.html 1999/03/26 03:48:57
@@ -21,10 +21,10 @@ release branch(es) since they also live
in texinfo form in the CVS sources.
<ul>
- <li><a href="/cgi-bin/cvsweb" title="/cgi-bin/cvsweb">Browse the CVS
+ <li><a href="/cgi-bin/cvsweb/egcs/">Browse the CVS
history online</a> via your web browser.
- <li><a href=" http://www.cyclic.com ">Visit Cyclic Software</a> to pick up a
+ <li><a href=" http://www.cyclic.com/ ">Visit Cyclic Software</a> to pick up a
recent copy of CVS. Links to books on the subject can also be found
there.
@@ -43,10 +43,10 @@ sources with the following sequence of c
<p>Set CVSROOT in your environment to
-<pre> :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles</pre>
+<pre> :pserver:anoncvs@egcs.cygnus.com:/cvs/egcs</pre>
<p>Or alternately add
-<pre> -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles</pre>
+<pre> -d :pserver:anoncvs@egcs.cygnus.com:/cvs/egcs</pre>
in the CVS commands below (place it immediately after <code>"cvs"</code> -- ie
before any other CVS arguments).
@@ -98,7 +98,7 @@ the web pages.
<p>Enjoy!
<hr>
-<i>Last modified on February 25, 1999.</i>
+<i>Last modified on March 25, 1999.</i>
<hr>
<a href="">Return to the egcs home page</a>
Index: cvswrite.html
===================================================================
RCS file: /cvs/egcs/wwwdocs/htdocs/cvswrite.html,v
retrieving revision 1.10
diff -u -p -r1.10 cvswrite.html
--- cvswrite.html 1999/03/18 00:13:42 1.10
+++ cvswrite.html 1999/03/26 03:48:57
@@ -37,11 +37,19 @@ file to test write access.
<h2>Setting up your local CVS tree</h2>
<p>Once you can login to the machine, it's trivial to start using ssh from
-your remote machine. Set CVS_RSH in your environment to "ssh". Then issue
-the command
+your remote machine. Set CVS_RSH in your environment to "ssh". Add
+the following to your $HOME/.ssh/config file so the communications are
+compressed:
+<blockquote>
+<pre>
+Compression yes
+CompressionLevel 9
+</pre>
+<p>Then issue the command
+
<blockquote><code>
-cvs -z 9 -d username@egcs.cygnus.com:/egcs/carton/cvsfiles co egcs
+cvs -d :ext:username@egcs.cygnus.com:/cvs/egcs co egcs
</code></blockquote>
where <code>username</code> is your user name at egcs.cygnus.com.
@@ -53,7 +61,7 @@ in the normal fashion, including committ
all the "Root" files in the local tree with the following contents:
<blockquote><code>
-username@egcs.cygnus.com:/egcs/carton/cvsfiles
+username@egcs.cygnus.com:/cvs/egcs
</code></blockquote>
@@ -65,7 +73,7 @@ it as a demon and set the values of the
<code>SSH_AUTHENTICATION_SOCKET</code> and <code>SSH_AGENT_PID</code>
in each relevant process to what <code>ssh-agent</code> prints when it
starts. To avoid messages about (lack of) X11 forwarding, put in your
-<samp>~/.ssh/config</samp> and entry like:
+<samp>$HOME/.ssh/config</samp> and entry like:
<blockquote><code>
Host egcs.cygnus.com<br>
ForwardX11 no
@@ -78,7 +86,7 @@ ForwardX11 no
<p>Late breaking news: the web pages and CGI scripts are now also
editable remotely. Check out wwwdocs instead of egcs (e.g. type
<blockquote><code>
-cvs -z 9 -d egcs.cygnus.com:/egcs/carton/cvsfiles co wwwdocs
+cvs -d :ext:username@egcs.cygnus.com:/cvs/egcs co wwwdocs
</code></blockquote>
on your workstation) and make whatever changes you deem necessary.
Web pages go under htdocs/, cgi scripts under cgi-bin/. When you check
@@ -86,7 +94,7 @@ your changes back in they will automatic
web server's data area.
<hr>
-<i>Last modified on February 22, 1999.</i>
+<i>Last modified on March 25, 1999.</i>
<hr>
<a href="/">Return to the egcs home page</a>
More information about the Gcc-patches
mailing list