Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git_basis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
formations
git_basis
Commits
aa2fcab1
Commit
aa2fcab1
authored
7 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
presentation.tex: Types of VSC
parent
9eae6e47
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
img/vcs_centralized.png
+0
-0
0 additions, 0 deletions
img/vcs_centralized.png
img/vcs_distributed.png
+0
-0
0 additions, 0 deletions
img/vcs_distributed.png
img/vcs_local.png
+0
-0
0 additions, 0 deletions
img/vcs_local.png
presentation.tex
+34
-1
34 additions, 1 deletion
presentation.tex
with
34 additions
and
1 deletion
img/vcs_centralized.png
0 → 100644
+
0
−
0
View file @
aa2fcab1
22.3 KiB
This diff is collapsed.
Click to expand it.
img/vcs_distributed.png
0 → 100644
+
0
−
0
View file @
aa2fcab1
26 KiB
This diff is collapsed.
Click to expand it.
img/vcs_local.png
0 → 100644
+
0
−
0
View file @
aa2fcab1
19.8 KiB
This diff is collapsed.
Click to expand it.
presentation.tex
+
34
−
1
View file @
aa2fcab1
...
@@ -28,7 +28,7 @@ time so that you can recall specific versions later.
...
@@ -28,7 +28,7 @@ time so that you can recall specific versions later.
\item
Make collaborative development easier
\item
Make collaborative development easier
\item
Are primarily meant to manage text files but can also handle binary
\item
Are primarily meant to manage text files but can also handle binary
files (e.g. images). However do not track any generated files
files (e.g. images). However do not track any generated files
\item
Are
\bf
{
not
}
adapted for managing backups!
\item
Are
{
\bf
not
}
adapted for managing backups!
\end{itemize}
\end{itemize}
\begin{columns}
\begin{columns}
\begin{column}
{
0.3
\textwidth
}
\begin{column}
{
0.3
\textwidth
}
...
@@ -42,6 +42,39 @@ time so that you can recall specific versions later.
...
@@ -42,6 +42,39 @@ time so that you can recall specific versions later.
\end{column}
\end{column}
\end{columns}
\end{columns}
\end{frame}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle
{
Types of VSC
}
\only
<1>
{
{
\bf
Local
}
\\
\vspace
{
-2em
}
\begin{center}
\includegraphics
[width=0.6\textwidth]
{
./img/vcs
_
local
}
\\
\begin{itemize}
\item
can be done manually, but error prone
\item
need to collaborate with other developers
\end{itemize}
\end{center}
}
\only
<2>
{
{
\bf
Centralized
}
\\
\vspace
{
-2em
}
\begin{center}
\includegraphics
[width=0.6\textwidth]
{
./img/vcs
_
centralized
}
\\
\begin{itemize}
\item
In case of failure of the central serveur or network, we lose access
to the version database
\end{itemize}
\end{center}
}
\only
<3>
{
{
\bf
Distributed
}
\\
\vspace
{
-2em
}
\begin{center}
\includegraphics
[width=0.6\textwidth]
{
./img/vcs
_
distributed
}
\\
\end{center}
}
\end{frame}
\end{frame}
\end{document}
\end{document}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment