Changeset df40cc9 in rtems


Ignore:
Timestamp:
03/20/14 21:16:02 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
f5bbc042
Parents:
c499856
Message:

started/buildrt.t: Change CVS to Git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/started/buildrt.t

    rc499856 rdf40cc9  
    11@c
    2 @c  COPYRIGHT (c) 1988-2010.
     2@c  COPYRIGHT (c) 1988-2014.
    33@c  On-Line Applications Research Corporation (OAR).
    44@c  All rights reserved.
     
    4242This creates the directory rtems-@value{RTEMSAPI}.<VERSION>
    4343
    44 @section Obtaining the RTEMS Source from CVS
     44@section Obtaining the RTEMS Source from Git
    4545
    4646Instead of downloading release tarballs you may choose to check out the current
    47 RTEMS source from CVS. For details on accessing RTEMS CVS repository consult
    48 @uref{http://www.rtems.org/wiki/index.php/RTEMS_CVS_Repository, http://www.rtems.org/wiki/index.php/RTEMS_CVS_Repository}.  The steps required
    49 to obtain the source code from CVS are usually like the following:
    50 @example
    51 $ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS login
    52 Logging in to :pserver:anoncvs@@www.rtems.org:2401/usr1/CVS
    53 CVS password:
    54 $ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS -z 9 co -P rtems  # for the main RTEMS source
    55 $ cvs -d :pserver:anoncvs@@www.rtems.org:/usr1/CVS -z 9 co -P examples-v2  # for examples
    56 @end example
     47RTEMS source from the project's source code repository. For details on
     48accessing the RTEMS source repository consult:
     49
     50@uref{http://wiki.rtems.org/wiki/index.php/RTEMS_GIT_Repository, http://wiki.rtems.org/wiki/index.php/RTEMS_GIT_Repository}.
    5751
    5852@section Add <INSTALL_POINT>/bin to Executable PATH
Note: See TracChangeset for help on using the changeset viewer.