Changeset 19198

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

Replace all the remaining references to CVS with Subversion information.

Files:

Legend:

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

    r19196 r19198  
    2323      code that is used to create the VR juggler 2.2 pre-releases. Please be 
    2424      aware that this code represents a work in progress, and if you acquired 
    25       it directly from CVS rather than using a pre-packaged source code 
     25      it directly from Subversion rather than using a pre-packaged source code 
    2626      snapshot, the code may have bugs affecting compilation and 
    2727      execution.</para> 
     
    3030      Project from the source code. We begin by explaining some issues related 
    3131      to specific operating systems. We then explain how to get the source 
    32       code from our CVS repository. (Those users who downloaded a pre-packaged 
    33       source release can skip ahead to <xref linkend="using.configure.pl" />). 
    34       We conclude with instructions on how to build VR Juggler and its 
    35       individual components.</para> 
     32      code from our Subversion repository. (Those users who downloaded a 
     33      pre-packaged source release can skip ahead to <xref 
     34      linkend="using.configure.pl" />). We conclude with instructions on how 
     35      to build VR Juggler and its individual components.</para> 
    3636 
    3737      <para>Before reading further, we recommend that readers take a look at 
    38       the Wiki page relating to building from CVS (<ulink 
    39       url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>). 
     38      the Wiki page relating to building from source (<ulink 
     39      url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>). 
    4040      It is a <emphasis>supplement</emphasis> to this document containing tips 
    41       and reminders for those users building the CVS version of VR Juggler. It 
     41      and reminders for those users building the SVN version of VR Juggler. It 
    4242      is not a replacement for this document, nor can it stand on its own as 
    4343      build instructions. You are reading the definitive build instructions; 
     
    177177      code and the dependencies required to build Juggler. There are two ways 
    178178      to get the source code: from a pre-packaged source release archive or 
    179       from the CVS repository on SourceForge. If you got the code from a 
    180       pre-packaged source archive, that code is a complete 
    181       <quote>snapshot</quote> of the CVS repository at the time of release. It 
    182       contains all dependencies that would otherwise have been acquired using 
    183       CVS. It <emphasis>does not</emphasis> contain binary dependencies that 
    184       must be downloaded separately (such as NSPR, the Java Developer Kit, a 
    185       C++ compiler, etc.).</para> 
     179      from the Subversion repository on RealityForge. If you got the code from 
     180      a pre-packaged source archive, that code is a complete 
     181      <quote>snapshot</quote> of the Subversion repository at the time of 
     182      release. It contains all dependencies that would otherwise have been 
     183      acquired using Subversion. It <emphasis>does not</emphasis> contain 
     184      binary dependencies that must be downloaded separately (such as NSPR, 
     185      the Java Developer Kit, a C++ compiler, etc.).</para> 
    186186 
    187187      <para>The current list of <emphasis>required</emphasis> software 
     
    258258            use of extensions to CppUnit. An extended version of the CppUnit 
    259259            source that includes these extensions can be acquired from the 
    260             Juggler CVS repository in the module <literal>cppunit</literal>. 
    261             Refer to <xref linkend="section.cvs.access" /> for instructions 
    262             about accessing the Juggler CVS repository.</para> 
     260            Juggler Subversion repository in the module 
     261            <literal>cppunit</literal>. Refer to <xref 
     262            linkend="section.cvs.access" /> for instructions about accessing 
     263            the Juggler Subversion repository.</para> 
    263264         </listitem> 
    264265      </itemizedlist> 
     
    288289         <title>Downloading Third-Party Dependencies</title> 
    289290 
    290          <para>In addition to source the dependencies acquired through CVS, 
    291          there are some third-party dependencies that must be installed 
    292          separately. Remember that no Java code in VR Juggler can be used 
    293          without the JDK and a working Java version of CORBA.</para> 
     291         <para>In addition to source the dependencies acquired through 
     292         Subversion, there are some third-party dependencies that must be 
     293         installed separately. Remember that no Java code in VR Juggler can be 
     294         used without the JDK and a working Java version of CORBA.</para> 
    294295 
    295296         <section> 
     
    398399         may not be stable, and it may not even compile. Compiling VR Juggler 
    399400         itself can be a little complicated for anyone who does not have some 
    400          background in using CVS, Autoconf, C++, and <command>make</command> 
    401          or Visual Studio.</para> 
     401         background in using Subversion, Autoconf, C++, and 
     402         <command>make</command> or Visual Studio.</para> 
    402403      </section> 
    403404 
     
    966967 
    967968               <para>For example uses of <command>configure.pl</command>, take 
    968                a look at the Wiki page relating to building from CVS (<ulink 
    969                url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>). 
     969               a look at the Wiki page relating to building from source 
     970               (<ulink 
     971               url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>). 
    970972               It is not a replacement for this document, but it shows how 
    971973               some members of the Juggler team configure VR Juggler. It also 
     
    10271029         tools in the Juggler Suite are compiled correctly. For the most part, 
    10281030         this duplicates information that can be found on the Wiki page 
    1029          relating to building from CVS (<ulink 
    1030          url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromCvs</ulink>).</para> 
     1031         relating to building from source (<ulink 
     1032         url="http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn">http://www.vrjuggler.org/twiki_public/bin/view/Juggler/BuildingFromSvn</ulink>).</para> 
    10311033 
    10321034         <section id="sonix.compile.section">