started/buildrt.t: Change CVS to Git

This commit is contained in:
Joel Sherrill
2014-03-20 16:16:02 -05:00
parent c49985691f
commit df40cc9016

View File

@@ -1,5 +1,5 @@
@c @c
@c COPYRIGHT (c) 1988-2010. @c COPYRIGHT (c) 1988-2014.
@c On-Line Applications Research Corporation (OAR). @c On-Line Applications Research Corporation (OAR).
@c All rights reserved. @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> 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 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 RTEMS source from the project's source code repository. For details on
@uref{http://www.rtems.org/wiki/index.php/RTEMS_CVS_Repository, http://www.rtems.org/wiki/index.php/RTEMS_CVS_Repository}. The steps required accessing the RTEMS source repository consult:
to obtain the source code from CVS are usually like the following:
@example @uref{http://wiki.rtems.org/wiki/index.php/RTEMS_GIT_Repository, http://wiki.rtems.org/wiki/index.php/RTEMS_GIT_Repository}.
$ 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
@section Add <INSTALL_POINT>/bin to Executable PATH @section Add <INSTALL_POINT>/bin to Executable PATH