[Orxonox-commit 7414] revision r2577 - pps/howto
admin at orxonox.net
admin at orxonox.net
Wed Oct 10 10:31:52 CEST 2018
Author: patricwi
Date: 2018-10-10 10:31:51 +0200 (Wed, 10 Oct 2018)
New Revision: 2577
Modified:
pps/howto/howto.pdf
pps/howto/howto.tex
Log:
Added line to make new branch
Modified: pps/howto/howto.pdf
===================================================================
(Binary files differ)
Modified: pps/howto/howto.tex
===================================================================
--- pps/howto/howto.tex 2018-10-01 15:01:51 UTC (rev 2576)
+++ pps/howto/howto.tex 2018-10-10 08:31:51 UTC (rev 2577)
@@ -137,6 +137,11 @@
\item Add them to the developers group in trac. (Under \texttt{Permissions} in the trac administration interface \ref{trac-admin})
\item Write to \href{mailto:support at ee.ethz.ch}{support at ee.ethz.ch}, to ask for orxonox extra-home access for all students and assistants. Mention who the assistants are (they like to know).
\end{itemize}
+\paragraph{Make new Branches for new Projects}
+For every project a new branch should be made that will be merged into the trunk at the end of the semester. Usually, the branch should be copied from the trunk:
+\begin{lstlisting}
+svn copy https://svn.orxonox.net/game/code/trunk https://svn.orxonox.net/game/code/branches/<new-branch-name>
+\end{lstlisting}
\paragraph{Trouble with the Server}
Restart it yourself by loging on (\ref{login}) and execute
\begin{lstlisting}
@@ -269,4 +274,4 @@
\bibliographystyle{plain}
\bibliography{references}
-\end{document}
\ No newline at end of file
+\end{document}
More information about the Orxonox-commit
mailing list