changeset 8:84569777557c

Fixed typo; Added Resources section
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Sat, 10 Sep 2005 23:48:25 -0400
parents 17dd5f46c740
children 3f79b90f35ba
files handout.tex
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/handout.tex	Sat Sep 10 23:25:48 2005 -0400
+++ b/handout.tex	Sat Sep 10 23:48:25 2005 -0400
@@ -17,10 +17,15 @@
 	View diff		& svn diff		& hg diff \\
 	View Status		& svn status		& hg status \\
 	Adding dirs and files	& svn add \emph{file name}	& hg add \emph{file name} \\
-	Removingirs and files	& svn rm \emph{file name}	& rm \emph{file name} \&\& hg rm \emph{file name} \\
+	Removing dirs and files	& svn rm \emph{file name}	& rm \emph{file name} \&\& hg rm \emph{file name} \\
 	Viewing history		& svn log		& hg log \\
 	\hline
 	
 \end{tabular}
 
+\section{Resources}
+http://svnbook.red-bean.com/ - \emph{Version Control With Subversion} (also published by O'Reilly)\\
+http://subversion.tigris.org/ - Subversion homepage\\
+http://www.selenic.com/mercurial/ - Mercurial homepage\\
+http://www.darcs.net/DarcsWiki/Tailor - Tailor (Repository conversion tool)
 \end{document}