Changeset 172 for atlas


Ignore:
Timestamp:
Apr 6, 2006, 9:24:41 AM (18 years ago)
Author:
garonne
Message:

Mise à jour

Location:
atlas/presentations
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • atlas/presentations/SVN07-04_2006-sit.tex

    r171 r172  
    180180   \begin{block}{Definition of a repository organization}
    181181   \begin{itemize}
    182    \item SVN gives full freedom in term of internal structure
     182   \item SVN gives full freedom in terms of internal structure
    183183    \item Tags, branches are views to the source history
    184184   \begin{itemize}
    185185       \setbeamertemplate{itemize items}[circle]
    186         \item  in CVS, they are metada applied to individual files)
     186        \item  in CVS, they are meta-data applied to individual files)
    187187     and appear like directory structures
    188188   \end{itemize}
     
    232232         \setbeamertemplate{itemize items}[circle]
    233233         \item  Comparing the sources at each tag with diff tests
    234           \item Comparing the list of tags for a packages
     234          \item Comparing the list of tags for a package
    235235         \item Check global structure of the \svn repository
    236236         \item \url{/afs/cern.ch/atlas/scripts/testcvs2svn.py}
     
    261261We define the following {\bf action} for an user:
    262262\begin{itemize}
    263            \item User selects ramdomly a package
    264            \item  He extracts and modifies it, then register it until the operation is succesful
     263           \item User selects randomly a package
     264           \item  He extracts and modifies it, then registers it until the operation is successful
    265265           \item Then he sleeps $n$ seconds with $n$ sort randomly $ \in [1, T_{max}]$
    266266\end{itemize}
     
    326326             \item \textcolor{red} {We assume that when users switch completely to svn for a package,
    327327             they will not work anymore with \cvs for this package, otherwise we will have integrity problems}             
    328              \item The synchronization operation should be trigered at the user/developer level during tag operations\\
     328             \item The synchronization operation should be triggered at the user/developer level during tag operations\\
    329329                \texttt{> asvn --sync tag Package-00-00-01 Package}
    330330\end{itemize}
     
    344344\begin{block} {Impact to the tools}
    345345\begin{itemize}
    346                                 \item CMT: The \texttt{"asvn"} script previously presented covers theses aspects
    347                                  \item Tag Collector: Need an interface to SVN, but should much simpler than the interface to CVS. If not  possible immediately,
     346                                \item CMT: The \texttt{"asvn"} script previously presented covers these aspects
     347                                 \item Tag Collector: Needs an interface to SVN, but should be much simpler than the interface to CVS. If not  possible immediately,
    348348                                     we could go on  temporally with the synchronized Atlas CVS repository
    349349                               \item  NICOS: Normaly only concerned with checkout operations ?
     
    354354
    355355%------------------------------- SLIDE -------------------------%
    356 \frame[top]{
     356\frame{
    357357\frametitle{A brief summary by pictures}
    358 \begin{center}
    359      \includegraphics<1>[width=12cm]{figures/SVN_integration00}
    360       \includegraphics<2>[width=12cm]{figures/SVN_integration01}
    361       \includegraphics<3>[width=12cm]{figures/SVN_integration02}
    362       \includegraphics<4>[width=12cm]{figures/SVN_integration03}
    363       \includegraphics<5>[width=12cm]{figures/SVN_integration04}
    364       \includegraphics<6>[width=12cm]{figures/SVN_integration05}
    365  \end{center}
     358%\begin{center}
     359      %\vfill
     360      \includegraphics<1>[width=0.92\paperwidth,height=0.74\paperheight]{figures/SVN_integration00}
     361      \includegraphics<2>[width=0.92\paperwidth,height=0.74\paperheight]{figures/SVN_integration01}
     362      \includegraphics<3>[width=0.92\paperwidth,height=0.74\paperheight]{figures/SVN_integration02}
     363      \includegraphics<4>[width=0.92\paperwidth,height=0.74\paperheight]{figures/SVN_integration03}
     364      \includegraphics<5>[width=0.92\paperwidth,height=0.74\paperheight]{figures/SVN_integration04}
     365      \includegraphics<6>[width=0.92\paperwidth,height=0.74\paperheight]{figures/SVN_integration05}
     366%+\end{center}
    366367}
    367368
     
    375376\begin{block} {}
    376377\begin{itemize}
    377 \item All the necessary tools are in place for begin using SVN in Atlas
     378\item All the necessary tools are in place to begin using SVN in Atlas
    378379\item Testing by real users, will help to tune and improve these tools
    379 \item Doing more tests for validating the atlas svn repository
     380\item Doing more tests to validate the atlas svn repository
    380381\item  Implementing the interface to SVN in Tag Collector, depends
    381382          on TC team availability
     
    383384\end{block}
    384385
    385 \begin{block} {Futur}
     386\begin{block} {Future}
    386387\begin{itemize}
    387            \item  SVN brings lots of new interesting features, that we could used incrementally :
     388           \item  SVN brings lots of new interesting features, that we could use incrementally :
    388389            \begin{itemize}
    389390                      \setbeamertemplate{itemize items}[circle]
Note: See TracChangeset for help on using the changeset viewer.