summaryrefslogtreecommitdiffstats
path: root/doc/started/buildrt.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-20 16:16:02 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-03-20 16:16:02 -0500
commitdf40cc90168df3dbd91056a1886f6cca7cac70f0 (patch)
treedae9ac2bef7108f4fb11c2ad81550506889d2d67 /doc/started/buildrt.t
parentChange all references of rtems.com to rtems.org. (diff)
downloadrtems-df40cc90168df3dbd91056a1886f6cca7cac70f0.tar.bz2
started/buildrt.t: Change CVS to Git
Diffstat (limited to '')
-rw-r--r--doc/started/buildrt.t18
1 files changed, 6 insertions, 12 deletions
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index 51d2e4a3ca..c2422963c1 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1988-2010.
+@c COPYRIGHT (c) 1988-2014.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@@ -41,19 +41,13 @@ tar xjf ../archive/rtems-@value{RTEMSAPI}.<VERSION>.tar.bz2
This creates the directory rtems-@value{RTEMSAPI}.<VERSION>
-@section Obtaining the RTEMS Source from CVS
+@section Obtaining the RTEMS Source from Git
Instead of downloading release tarballs you may choose to check out the current
-RTEMS source from CVS. For details on accessing RTEMS CVS repository consult
-@uref{http://www.rtems.org/wiki/index.php/RTEMS_CVS_Repository, http://www.rtems.org/wiki/index.php/RTEMS_CVS_Repository}. The steps required
-to obtain the source code from CVS are usually like the following:
-@example
-$ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS login
-Logging in to :pserver:anoncvs@@www.rtems.org:2401/usr1/CVS
-CVS password:
-$ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS -z 9 co -P rtems # for the main RTEMS source
-$ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS -z 9 co -P examples-v2 # for examples
-@end example
+RTEMS source from the project's source code repository. For details on
+accessing the RTEMS source repository consult:
+
+@uref{http://wiki.rtems.org/wiki/index.php/RTEMS_GIT_Repository, http://wiki.rtems.org/wiki/index.php/RTEMS_GIT_Repository}.
@section Add <INSTALL_POINT>/bin to Executable PATH