Change all CVS references to SVN

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3295 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-02-14 13:46:26 +00:00
parent c7cb92cc5a
commit af534e2152
3 changed files with 8 additions and 9 deletions

View File

@ -1019,8 +1019,8 @@ configs/z16f2800100zcog
configs/z80sim
z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator can be found in the NuttX CVS at
http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim.
That simulator can be found in the NuttX SVN at
http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/sims/z80sim.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0).

View File

@ -2,7 +2,7 @@ configs/skp16c26/README.txt
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1. The buildroot package can be used to build an M16C toolchain. The toolchain
buildroot can be downloaded from misc/buildroot in the NuttX CVS. Insructions
buildroot can be downloaded from misc/buildroot in the NuttX SVN. Insructions
for building the toolchain are provided below.
However, the target cannot be built because the GNU m16c-elf-ld link fails with
@ -50,12 +50,11 @@ NOTE: See the toolchain issues above -- you may not want to waste your time.
unpack the buildroot package
rename the directory to buildroot
b. Using CVS
b. Using SVN
Check out the misc/buildroot module. CVS checkout instructions:
Check out the misc/buildroot module. SVN checkout instructions:
cvs -d:pserver:anonymous@nuttx.cvs.sourceforge.net:/cvsroot/nuttx login
cvs -z3 -d:pserver:anonymous@nuttx.cvs.sourceforge.net:/cvsroot/nuttx co -P misc/buildroot
svn co https://nuttx.svn.sourceforge.net/svnroot/nuttx nuttx/trunk/misc/buildroot
Move the buildroot Source Tree and create the archive directory

View File

@ -2,8 +2,8 @@ z80sim README
^^^^^^^^^^^^^
This port uses a primitive, emulated Z80 and the SDCC toolchain.
The instruction set emulator can be found in the NuttX CVS at
http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim
The instruction set emulator can be found in the NuttX SVN at
http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/misc/sims/z80sim
The SDCC toolchain is available from http://sdcc.sourceforge.net/. All
testing has been performed using version 2.6.0 of the SDCC toolchain.