Changeset 19197

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

MFT [rev 19196]: We use Subversion now.

Files:

Legend:

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

    r18951 r19197  
    129129         Studio 6.0, and it appears that they have no plans to fix these 
    130130         problems. Therefore, we require the use of Visual Studio 7.x (.NET 
    131          2002 or 2003) to compile the source code.</para> 
     131         2002 or 2003) or newer to compile the source code.</para> 
    132132      </section> 
    133133   </section> 
     
    235235 
    236236      <section id="section.cvs.access"> 
    237          <title>How to Get the Juggler Suite from CVS</title> 
     237         <title>How to Get the Juggler Suite from Subversion</title> 
    238238 
    239239         <para>You can optionally get the Juggler Project as a source code 
    240240         tarball from the website (<ulink 
    241241         url="http://www.vrjuggler.org/">http://www.vrjuggler.org/</ulink>) or 
    242          you can execute the following commands from a shell to get the code 
    243          from our CVS repository:</para> 
    244  
    245          <screen>cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/vrjuggler login 
    246 cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/vrjuggler co juggler</screen> 
     242         you can execute the following command from a shell to get the code 
     243         from our Subversion repository:</para> 
     244 
     245         <screen>svn co https://realityforge.vrsource.org/svn/vrjuggler/juggler/branches/2.0 juggler 
     246</screen> 
    247247      </section> 
    248248