[FE training-materials-updates] Embedded Linux: stop listing CVS

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Jun 16 15:21:20 CEST 2017


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=cf3a3b879e26103a555cd7cd3c81d49ad13f4aa1

>---------------------------------------------------------------

commit cf3a3b879e26103a555cd7cd3c81d49ad13f4aa1
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Jun 16 15:21:20 2017 +0200

    Embedded Linux: stop listing CVS
    
    - Really obsolete!
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

cf3a3b879e26103a555cd7cd3c81d49ad13f4aa1
 .../sysdev-application-development.tex             | 26 ++++++++--------------
 1 file changed, 9 insertions(+), 17 deletions(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index b710eb8..536a44b 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -277,27 +277,19 @@ clean:
 \end{frame}
 
 \begin{frame}
-  \frametitle{Traditional version control systems} Rely on a central
-  repository. The most popular open-source ones:
+  \frametitle{Traditional version control systems}
+  Rely on a central repository. {\bf Subversion} is the last popular open-source one:
   \begin{itemize}
-  \item {\bf CVS - Concurrent Versions System}
-    \begin{itemize}
-    \item Still quite popular in enterprise contexts. Almost no longer
-      exists in the open-source community.
-    \item Should no longer be used for new projects
-    \item
-      \url{http://en.wikipedia.org/wiki/Concurrent_Versions_System}
-    \end{itemize}
-  \item {\bf Subversion}
-    \begin{itemize}
-    \item Created as a replacement of CVS, removing many of its
+  \item \url{http://subversion.apache.org/}
+  \item Created as a replacement of the old CVS, removing many of its
       limitations.
-    \item Commits on several files, proper renaming support, better
+  \item Commits on several files, proper renaming support, better
       performance, etc.
-    \item The user interface is very similar to CVS
-    \item \url{http://en.wikipedia.org/wiki/Subversion_(software)}
-    \end{itemize}
+  \item The user interface is very similar to CVS
+  \item \url{http://en.wikipedia.org/wiki/Subversion_(software)}
   \end{itemize}
+  No longer recommended for new projects. Use distributed source control
+  systems instead!
 \end{frame}
 
 \begin{frame}




More information about the training-materials-updates mailing list