Changeset 19199

Show
Ignore:
Timestamp:
08/13/06 09:26:45 (2 years ago)
Author:
patrick
Message:

MFT [rev 19198]: Replace all the remaining references to CVS with Subversion

information.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.0/doc/INSTALL.xml

    r19197 r19199  
    2222      Project from the source code. We begin by explaining some issues related 
    2323      to specific operating systems. We then explain how to get the source 
    24       code from our CVS repository. (Those users who downloaded a pre-packaged 
    25       source release can skip ahead to <xref linkend="using.configure.pl" />). 
    26       We conclude with instructions on how to build VR Juggler and its 
    27       individual components.</para> 
     24      code from our Subversion repository. (Those users who downloaded a 
     25      pre-packaged source release can skip ahead to <xref 
     26      linkend="using.configure.pl" />). We conclude with instructions on how 
     27      to build VR Juggler and its individual components.</para> 
    2828 
    2929      <para>Before reading further, we recommend that readers take a look at 
    30       the Wiki page relating to building from CVS (<ulink 
    31       url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>). 
     30      the Wiki page relating to building from source (<ulink 
     31      url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>). 
    3232      It is a <emphasis>supplement</emphasis> to this document containing tips 
    33       and reminders for those users building the CVS version of VR Juggler. It 
     33      and reminders for those users building the SVN version of VR Juggler. It 
    3434      is not a replacement for this document, nor can it stand on its own as 
    3535      build instructions. You are reading the definitive build instructions; 
     
    139139      code and the dependencies required to build Juggler. There are two ways 
    140140      to get the source code: from a pre-packaged source release archive or 
    141       from the CVS repository on SourceForge. If you got the code from a 
    142       pre-packaged source archive, that code is a complete 
    143       <quote>snapshot</quote> of the CVS repository at the time of release. It 
    144       contains all dependencies that would otherwise have been acquired using 
    145       CVS. It <emphasis>does not</emphasis> contain binary dependencies that 
    146       must be downloaded separately (such as NSPR, the Java Developer Kit, a 
    147       C++ compiler, etc.).</para> 
     141      from the Subversion repository on RealityForge. If you got the code from 
     142      a pre-packaged source archive, that code is a complete 
     143      <quote>snapshot</quote> of the Subversion repository at the time of 
     144      release. It contains all dependencies that would otherwise have been 
     145      acquired using Subversion. It <emphasis>does not</emphasis> contain 
     146      binary dependencies that must be downloaded separately (such as NSPR, 
     147      the Java Developer Kit, a C++ compiler, etc.).</para> 
    148148 
    149149      <para>The current list of <emphasis>required</emphasis> software 
     
    220220            use of extensions to CppUnit. An extended version of the CppUnit 
    221221            source that includes these extensions can be acquired from the 
    222             Juggler CVS repository in the module <literal>cppunit</literal>. 
    223             Refer to <xref linkend="section.cvs.access" /> for instructions 
    224             about accessing the Juggler CVS repository.</para> 
     222            Juggler Subversion repository in the module 
     223            <literal>cppunit</literal>. Refer to <xref 
     224            linkend="section.cvs.access" /> for instructions about accessing 
     225            the Juggler Subversion repository.</para> 
    225226         </listitem> 
    226227      </itemizedlist> 
     
    250251         <title>Downloading Third-Party Dependencies</title> 
    251252 
    252          <para>In addition to source the dependencies acquired through CVS, 
    253          there are some third-party dependencies that must be installed 
    254          separately. Remember that no Java code in VR Juggler can be used 
    255          without the JDK and a working Java version of CORBA.</para> 
     253         <para>In addition to source the dependencies acquired through 
     254         Subversion, there are some third-party dependencies that must be 
     255         installed separately. Remember that no Java code in VR Juggler can be 
     256         used without the JDK and a working Java version of CORBA.</para> 
    256257 
    257258         <section> 
     
    360361         may not be stable, and it may not even compile. Compiling VR Juggler 
    361362         itself can be a little complicated for anyone who does not have some 
    362          background in using CVS, Autoconf, C++, and <command>make</command> 
    363          or Visual Studio.</para> 
     363         background in using Subversion, Autoconf, C++, and 
     364         <command>make</command> or Visual Studio.</para> 
    364365      </section> 
    365366 
     
    916917 
    917918               <para>For example uses of <command>configure.pl</command>, take 
    918                a look at the Wiki page relating to building from CVS (<ulink 
    919                url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>). 
     919               a look at the Wiki page relating to building from source 
     920               (<ulink 
     921               url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>). 
    920922               It is not a replacement for this document, but it shows how 
    921923               some members of the Juggler team configure VR Juggler. It also 
     
    977979         tools in the Juggler Suite are compiled correctly. For the most part, 
    978980         this duplicates information that can be found on the Wiki page 
    979          relating to building from CVS (<ulink 
    980          url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>).</para> 
     981         relating to building from source (<ulink 
     982         url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>).</para> 
    981983 
    982984         <section id="sonix.compile.section">