Using SVN
Date 2004-09-01 21:29:19
Topic Subversion (SVN)

Currently under construction!

Abstract

Using this tutorial you should be able to always get an up to date Trunk version of OPN.

Be careful using the Trunk version: Never combine Trunk and an Official Release!
The Trunk is somehow experimental! You will get no support for it.






I crated a new directory called c:mysvn to store the following Batchfiles

trunk_co.bat :

REM Run only when you setup(create) a repository for the first time
REM checkout loads the Repository from the Server to your local PC
svn checkout https://svn.openphpnuke.info/openphpnuke/trunk/openphpnuke
pause


trunk_up.bat:

REM Use this command to update your Repository
cd
cd mysvn
cd openphpnuke
svn update
pause


trunk_export.bat:

REM Make an export of your local Repository. This exported data you can use for
REM upload to your online target system.
cd
cd mysvn
cd export
cd trunk
REM Following line to use the server Repository
REM svn export https://svn.openphpnuke.info/openphpnuke/trunk/openphpnuke
REM Following line to use your local repository
svn export c:mysvn/openphpnuke
pause







This tutorial comes from the website OpenPHPnuke International Support
http://www.openphpnuke.com

The URL for this tutorial is:
http://www.openphpnuke.com/tutorial.php?opnparams=CntdOAI3CmdWNQ