Skip to content
Snippets Groups Projects
Commit aa2fcab1 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

presentation.tex: Types of VSC

parent 9eae6e47
No related branches found
No related tags found
No related merge requests found
img/vcs_centralized.png

22.3 KiB

img/vcs_distributed.png

26 KiB

img/vcs_local.png

19.8 KiB

...@@ -28,7 +28,7 @@ time so that you can recall specific versions later. ...@@ -28,7 +28,7 @@ time so that you can recall specific versions later.
\item Make collaborative development easier \item Make collaborative development easier
\item Are primarily meant to manage text files but can also handle binary \item Are primarily meant to manage text files but can also handle binary
files (e.g. images). However do not track any generated files files (e.g. images). However do not track any generated files
\item Are \bf{not} adapted for managing backups! \item Are {\bf not} adapted for managing backups!
\end{itemize} \end{itemize}
\begin{columns} \begin{columns}
\begin{column}{0.3\textwidth} \begin{column}{0.3\textwidth}
...@@ -42,6 +42,39 @@ time so that you can recall specific versions later. ...@@ -42,6 +42,39 @@ time so that you can recall specific versions later.
\end{column} \end{column}
\end{columns} \end{columns}
\end{frame} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Types of VSC}
\only<1>{
{\bf Local}\\
\vspace{-2em}
\begin{center}
\includegraphics[width=0.6\textwidth]{./img/vcs_local}\\
\begin{itemize}
\item can be done manually, but error prone
\item need to collaborate with other developers
\end{itemize}
\end{center}
}
\only<2>{
{\bf Centralized}\\
\vspace{-2em}
\begin{center}
\includegraphics[width=0.6\textwidth]{./img/vcs_centralized}\\
\begin{itemize}
\item In case of failure of the central serveur or network, we lose access
to the version database
\end{itemize}
\end{center}
}
\only<3>{
{\bf Distributed}\\
\vspace{-2em}
\begin{center}
\includegraphics[width=0.6\textwidth]{./img/vcs_distributed}\\
\end{center}
}
\end{frame} \end{frame}
\end{document} \end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment