EOSERV Wiki > Page: EOSERV SVN > History > Revision Diff

Revision Diff: EOSERV SVN

Revision by at 1st Jan 2016 06:47 pm
DeletionsAdditions
== Checking-out the source ==
Before you start, make sure you have installed Subversion, preferably via your distro's package manager.
The following commands will:
* Create an empty folder for eoserv (called "eoserv").
* Check out the latest source from <tt>svn://eoserv.net/eoserv/trunk/</tt>.
<pre>mkdir eoserv
svn checkout svn://eoserv.net/eoserv/trunk/ eoserv
</pre>
== Updating EOSERV ==
Typing <tt>svn update</tt> in the source directory will download and apply the latest updates. If there are conflicts: ... (TBD)
EOSERV Wiki > Page: EOSERV SVN > History > Revision Diff