changeset 22:fa30b957a005

Cleanup, added some more centralized VCS
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Tue, 13 Sep 2005 15:55:30 -0400
parents b708b3b0c3c7
children abefaee0b256
files slideshow.tex
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/slideshow.tex	Tue Sep 13 12:38:41 2005 -0400
+++ b/slideshow.tex	Tue Sep 13 15:55:30 2005 -0400
@@ -14,9 +14,6 @@
 
 % TODO:
 %  - pros for centralized/distributed scm
-%  - stress the ideas of:
-%    - disconnected operation
-%    - having all the history right then and there == less network bandwidth required
 
 \begin{document}
 \maketitle
@@ -53,8 +50,6 @@
 			\begin{itemstep}
 				\item Repository % You have a repository, it stores all the data and metadata
 				\item Client % which checks out the source; the repository contains the history and should not be touched directly
-% FIXME, not needed?		\item Edit % edit to your heart's content
-% FIXME, not needed?		\item Commit % commit - or save - the changes to the repository; creating the revision history (timestamp, comment)
 			\end{itemstep}
 		\end{minipage}
 	\end{tabular}
@@ -79,7 +74,7 @@
 		\item Non-commiters are \emph{second class citizens}
 % DEMO: generate diff & email the maintainer
 		\item Promotes use of patches - bad! % why bother with SCM when you force people to use patches?!
-		\item Minimal disconnected operation % SVN does support _some_ disconnected operation; commit, etc. must be connected
+		\item Minimal disconnected operation % SVN does support _some_ disconnected operation; commit, etc. must be connected *STRESS*
 		\item Single point of failure % the server's disk dies - very bad
 	\end{itemstep}
 \end{slide}}
@@ -141,6 +136,9 @@
 		\item RCS
 		\item CVS
 		\item Subversion (aka. SVN)
+		\item Perforce
+		\item Clearcase
+		\item SourceSafe (by Microsoft)
 	\end{itemize}
 \end{slide}}