mailr9875 - /1.3/docs/latex/develop.tex


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 19, 2009 - 10:37:
Author: bugman
Date: Thu Nov 19 10:37:23 2009
New Revision: 9875

URL: http://svn.gna.org/viewcvs/relax?rev=9875&view=rev
Log:
Converted the 'Branches' subsection of the development chapter into a proper 
section.


Modified:
    1.3/docs/latex/develop.tex

Modified: 1.3/docs/latex/develop.tex
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/develop.tex?rev=9875&r1=9874&r2=9875&view=diff
==============================================================================
--- 1.3/docs/latex/develop.tex (original)
+++ 1.3/docs/latex/develop.tex Thu Nov 19 10:37:23 2009
@@ -404,12 +404,12 @@
 
 
 % Branches.
-\subsection{Branches}
+\section{Branches}
 \index{branches|textbf}
 \index{repository!branches|textbf}
 
 
-\subsubsection{Branch creation}
+\subsection{Branch creation}
 \index{repository!branch creation}
 
 If a change is likely to be disruptive or cause breakages in the program, 
the use of your own temporary branch is recommended.  This private branch is 
a complete copy of one of the main development lines wherein you can make 
changes without disrupting the other developers.  Although called a private 
branch every change is visible to all other developers and each commit will 
result in an automatic email to the relax-commits mailing list\index{mailing 
list!relax-commits}.  Other developers are even able to check out your branch 
and make modifications to it.  Private branches can also be used for testing 
ideas.  If the idea does not work the branch can be deleted from the 
repository (in reality the branch will always exist between the revision 
numbers of its creation and deletion and can always be resurrected).  For 
example to create a branch from the main 1.3 development line called 
\texttt{molmol\_macros} whereby new Molmol macros are to be written, type
@@ -426,7 +426,7 @@
 which will create a directory called \texttt{molmol\_macros} containing all 
the relax source files.  To have the files placed into a different directory, 
type the name of that directory at the end of the last command.  
Modifications can be made to this copy while normal development continues on 
the main line.
 
 
-\subsubsection{Keeping the branch up to date using \texttt{svnmerge.py}}
+\subsection{Keeping the branch up to date using \texttt{svnmerge.py}}
 \index{svnmerge.py}
 \index{repository!keeping up to date}
 \index{repository!svnmerge.py}
@@ -453,7 +453,7 @@
 \index{Subversion!commit}
 
 
-\subsubsection{Merging the branch back into the main line}
+\subsection{Merging the branch back into the main line}
 \index{repository!merging branch back}
 
 Once you have completed the modifications desired for your branch, all 
changes which have occurred in the main line have been merged using 
\texttt{svnmerge.py}, and the changes have been approved for merging back 
into the main line -- then your branch can be merged.  First check out a copy 
of the main line,




Related Messages


Powered by MHonArc, Updated Thu Nov 19 10:40:02 2009