summaryrefslogtreecommitdiff
path: root/Version_Control/vcs1/vcslide1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Version_Control/vcs1/vcslide1.tex')
-rw-r--r--Version_Control/vcs1/vcslide1.tex23
1 files changed, 15 insertions, 8 deletions
diff --git a/Version_Control/vcs1/vcslide1.tex b/Version_Control/vcs1/vcslide1.tex
index 1a5d262..8e6536f 100644
--- a/Version_Control/vcs1/vcslide1.tex
+++ b/Version_Control/vcs1/vcslide1.tex
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Version Control Systems
%
-% Author: FOSSEE
+% Author: Primal Pappachan, FOSSEE
% Copyright (c) 2012, FOSSEE, IIT Bombay
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -43,12 +43,19 @@
\setbeamercolor{emphbar}{bg=blue!20, fg=black}
\newcommand{\emphbar}[1]
+\setbeamertemplate{navigation symbols}{}
+
+\author[Primal Pappachan] {}
+\institute[FOSSEE group] {}
+
+\date[IIT Bombay] {}
+
\begin{document}
\begin{frame}
\begin{center}
\vspace{12pt}
-\textcolor{blue}{\huge Version Control with Hg}
+\textcolor{blue}{\huge Version Control with Mercurial}
\end{center}
\vspace{18pt}
\begin{center}
@@ -57,7 +64,7 @@
\vspace{5pt}
\scriptsize Developed by FOSSEE Team, IIT-Bombay. \\
\scriptsize Funded by National Mission on Education through ICT\\
-\scriptsize MHRD,Govt. of India\\
+\scriptsize MHRD, Govt. of India.\\
\includegraphics[scale=0.15]{../images/iitb-logo.jpg}\\
\end{center}
\end{frame}
@@ -155,7 +162,6 @@ a.out id1.txt id2.txt identifier.cpp id.txt lex pda1.cpp pda2.cpp pda.cp
\frametitle{Installation}
\begin{itemize}
\item \typ{sudo apt-get install mercurial}
- \item TortoiseHg
\item \typ{\$ hg}
\item \typ{\$ hg version}
\end{itemize}
@@ -163,17 +169,18 @@ a.out id1.txt id2.txt identifier.cpp id.txt lex pda1.cpp pda2.cpp pda.cp
\begin{frame}[fragile]
\frametitle{Summary...}
+In this tutorial, we have learnt about,
\begin{itemize}
-\item Understand what is Version Control
-\item Identify the need for using Version Control
-\item Install Mercurial or hg
+\item What is Version Control
+\item The need for using Version Control
+\item Installing Mercurial or hg
\end{itemize}
\end{frame}
\begin{frame}[fragile]
\frametitle{Evaluation}
\begin{enumerate}
-\item Is Mercurial a Centralized VCS or Distributed VCS? Justify your reasoning.
+\item Is Mercurial a Centralized VCS or Distributed VCS?
\item How can you verify whether Mercurial has been installed properly?
\item What is the command for accessing built-in help system of Mercurial?
\end{enumerate}