# HG changeset patch # User Josef "Jeff" Sipek # Date 1126641330 14400 # Node ID fa30b957a005e3d2b24a79e59b9dca128daf71af # Parent b708b3b0c3c710a1e5780bd620f82506aae24906 Cleanup, added some more centralized VCS diff -r b708b3b0c3c7 -r fa30b957a005 slideshow.tex --- 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}}