changeset 24:9543ec339bda

Added checkout to the command reference
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Thu, 15 Sep 2005 01:15:34 -0400
parents abefaee0b256
children a0bbcf7a43b3
files handout.tex
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/handout.tex	Thu Sep 15 01:09:03 2005 -0400
+++ b/handout.tex	Thu Sep 15 01:15:34 2005 -0400
@@ -18,6 +18,7 @@
 	What			& Subversion		& Mercurial \\
 	\hline \hline
 	Create repository	& svnadmin create \emph{/path/to/repo}	& hg init \emph{/path/to/repo} \\
+	Checkout repository	& svn checkout \emph{url}	& \emph{does not apply} \\
 	Clone repository	& \emph{does not apply}	& hg clone \emph{existing} \emph{/path/to/clone/to} \\
 	Commit changes		& svn commit		& hg commit \\
 	Push changes		& \emph{does not apply} & hg push [\emph{remote\_repo}] \\