Changeset 19196

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

We use Subversion now.

Files:

Legend:

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

    r19195 r19196  
    137137         Studio 6.0, and it appears that they have no plans to fix these 
    138138         problems. Therefore, we require the use of Visual Studio 7.x (.NET 
    139          2002 or 2003) to compile the source code.</para> 
     139         2002 or 2003) or newer to compile the source code.</para> 
    140140      </section> 
    141141   </section> 
     
    273273 
    274274      <section id="section.cvs.access"> 
    275          <title>How to Get the Juggler Suite from CVS</title> 
     275         <title>How to Get the Juggler Suite from Subversion</title> 
    276276 
    277277         <para>You can optionally get the Juggler Project as a source code 
    278278         tarball from the website (<ulink 
    279279         url="http://www.vrjuggler.org/">http://www.vrjuggler.org/</ulink>) or 
    280          you can execute the following commands from a shell to get the code 
    281          from our CVS repository:</para> 
    282  
    283          <screen>cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/vrjuggler login 
    284 cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/vrjuggler co juggler</screen> 
     280         you can execute the following command from a shell to get the code 
     281         from our Subversion repository:</para> 
     282 
     283         <screen>svn co https://realityforge.vrsource.org/svn/vrjuggler/juggler/trunk juggler 
     284</screen> 
    285285      </section> 
    286286