Development Team/ircd-darenet/Updating
Updating ircd-darenet is quick and easy! If you have received an e-mail from a Server Manager explaining that you need to update the version of ircd-darenet you're currently running, follow the steps below.
Step 1 - Grabbing the latest version
First, SSH into your server, and go to the ircd-darenet directory:
cd ircd-darenet
Then, once inside the directory, run the following command:
svn update
Depending on how many changes were made between the latest version of ircd-darenet, and the version you currently have, this may take a few moments. Once this is completed, move on to step 2.