X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=parts%2FInstallation.tex;h=1f667fea756eb0a8e9e5b3d9db40c089fcfda58c;hb=448b4c639d5d1e80dcba174ab4a4d3ee84f9f6b7;hp=325cf900b147d292954a7cc4273eab032024f82e;hpb=35a2b51ca206359cd74ddb179c18a3b685c241e9;p=goodguy%2Fcin-manual-latex.git diff --git a/parts/Installation.tex b/parts/Installation.tex index 325cf90..1f667fe 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -444,13 +444,15 @@ git clean -i # interactive clean, use answer 1 to "clean" \subsection{How to Build from a Previous GIT Version}% \label{sub:how_to_build_from_a_previous_git_version} -% FIXME The listing is here because... +If you have a problem with the current GIT version, you can revert +to a previous working version easily. The commands to use will be +similar to these next lines which are then explained in more detail. \strut -% + \begin{lstlisting}[style=sh] -cd //cin5_repo -git log -git checkout +cd //cin5 # substitute your repo path name for cin5 +git log # shows a list of versions +git checkout # choose a version number as listed \end{lstlisting} The \texttt{git log} command produces a log file with hash values @@ -509,10 +511,10 @@ static (non\_debug) build as follows but instead of using \texttt{/tmp} substitute your permanent disk path if you want to keep it. -% FIXME cd /tmp/ && git clone ? \begin{lstlisting}[style=sh] -git clone ... -cp -a /path/cinelerra-5.1 /tmp/ +cd // +git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 +cp -a //cinelerra-5.1 /tmp/ cd /tmp/cinelerra-5.1 ./bld.sh \end{lstlisting}