changeset 3:7f424d95e939

Distributed skeleton, most of centralized skeleton
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Fri, 26 Aug 2005 18:00:46 -0500
parents 2e15cb64202d
children 005147f0d511
files slideshow.tex
diffstat 1 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/slideshow.tex	Fri Aug 26 17:41:28 2005 -0500
+++ b/slideshow.tex	Fri Aug 26 18:00:46 2005 -0500
@@ -7,6 +7,9 @@
 \author{Josef ``Jeff'' Sipek}
 \institution{}
 
+% TODO:
+%  - pros for centralized/distributed scm
+
 \begin{document}
 \maketitle
 
@@ -54,7 +57,37 @@
 \end{slide}}
 
 \overlays{1}{
+\begin{slide}{Centralized - Issues}
+	\begin{itemstep}
+		\item Non-committers are second-class citizens
+		% FIXME: more issues
+	\end{itemstep}
+\end{slide}}
+
+\overlays{2}{
 \begin{slide}{Distributed}
+	\begin{itemstep}
+		\item Bazaar-NG, Cogito/git, Darcs, GNU Arch, Mercurial, Monotone and SVK
+		\item No central server
+	\end{itemstep}
+\end{slide}}
+
+\overlays{1}{
+\begin{slide}{Distributed (cont'd.)}
+	% FIXME: animation of what happens
+	%  - repo
+	%  - clone
+	%  - modify clone
+	%  - commit
+	%  - push/pull
+\end{slide}}
+
+\overlays{1}{
+\begin{slide}{Distributed - Issues}
+	\begin{itemstep}
+		\item Slight more complicated to understand
+		% FIXME: more issues
+	\end{itemstep}
 \end{slide}}
 
 \end{document}