From aad231f6e26b8f32232428da5d65d62a8adb6bfb Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Feb 2011 13:46:26 +0000 Subject: Change all CVS references to SVN git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3295 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/configs/README.txt | 7 +- nuttx/ChangeLog | 2 + nuttx/Documentation/NuttX.html | 20 +-- nuttx/Documentation/NuttXLinks.html | 2 +- nuttx/Documentation/NuttXNxFlat.html | 16 +-- nuttx/Documentation/NuttxPortingGuide.html | 10 +- nuttx/Documentation/README.html | 192 ++++++++++++++--------------- nuttx/configs/README.txt | 4 +- nuttx/configs/skp16c26/README.txt | 9 +- nuttx/configs/z80sim/README.txt | 4 +- 10 files changed, 134 insertions(+), 132 deletions(-) diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt index 9101a0178..a472d9192 100644 --- a/misc/buildroot/configs/README.txt +++ b/misc/buildroot/configs/README.txt @@ -130,12 +130,11 @@ GENERAL BUILD STEPS 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 diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 28ccdcdab..28cdd05cb 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1457,4 +1457,6 @@ * configs/nucleus2g -- backed out USB host changes... wrong board. * Renamed arc/hc/include/mc9s12ne64 and src/mc9s12ne64 -- m9s12. That name is shorter and more general. + * The NuttX repository has been converted to SVN and can now be found here + http://nuttx.svn.sourceforge.net/viewvc/nuttx/ diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 34120e36c..8beac494c 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 13, 2011

+

Last Updated: February 14, 2011

@@ -80,7 +80,7 @@ Release History
What has changed in the last release of NuttX? - What unreleased changes are pending in CVS? + What unreleased changes are pending in SVN? @@ -805,7 +805,7 @@ The 64th release of NuttX, Version 5.17, was made on January 19, 2010 and is available for download from the SourceForge website. The change log associated with the release is available here. - Unreleased changes after this release are available in CVS. + Unreleased changes after this release are available in SVN. These unreleased changes are listed here.

@@ -1599,8 +1599,8 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1); This port uses the SDCC toolchain under Linux or Cygwin (verified using version 2.6.0). This port has been verified using only a Z80 instruction simulator. - That simulator can be found in the NuttX CVS - here. + That simulator can be found in the NuttX SVN + here.