summaryrefslogtreecommitdiff
path: root/Version_Control
diff options
context:
space:
mode:
authorPrimal Pappachan2012-06-29 14:24:51 +0530
committerPrimal Pappachan2012-06-29 14:24:51 +0530
commit21b391bfae3dffae150182ec96ef0ce40bd969f2 (patch)
tree1a2cfc2ebb1eae8d90e225eaa4c5caba3d1a25d2 /Version_Control
parent912b905e1d9f1c866b101cb3f6107971eb464e52 (diff)
downloadsdes-stscripts-21b391bfae3dffae150182ec96ef0ce40bd969f2.tar.gz
sdes-stscripts-21b391bfae3dffae150182ec96ef0ce40bd969f2.tar.bz2
sdes-stscripts-21b391bfae3dffae150182ec96ef0ce40bd969f2.zip
Edited according to checklist
Diffstat (limited to 'Version_Control')
-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}