]> jfr.im git - irc/anope/website.git/blame - _posts/2007-08-26-svn-doxy-and-docgen-moved.md
Add the news post for 2.0.15.
[irc/anope/website.git] / _posts / 2007-08-26-svn-doxy-and-docgen-moved.md
CommitLineData
35a2cd8a
SP
1---
2layout: post
3title: SVN, Doxy and Docgen moved
4author: GeniusDex
5category: 2007
6# date: 2007-08-26T04:57:25+00:00
7---
8
9<!--
10BEGIN SUMMARY
11Due to recent server issues, we have moved our SVN repository, WebSVN frontend, Doxygen and Docgen documentation over to a new host. The new links can be found in the menu on the left.
12END SUMMARY
13-->
14
15Due to recent server issues, we have moved our SVN repository, WebSVN frontend, Doxygen and Docgen documentation over to a new host. They are now hosted at the following locations:</p>
16
17<ul>
18<li><span><strong>SVN</strong>: svn://svn.anope.org/anope/</span></li>
19<li><span><strong>WebSVN</strong>: <a href="https://dev.anope.org/wsvn/">https://dev.anope.org/wsvn/</a></span></li>
20<li><span><strong>Doxygen</strong>: <a href="https://dev.anope.org/doxy/html/">https://dev.anope.org/doxy/html/</a></span></li>
21<li><span><strong>Docgen</strong>: <a href="https://dev.anope.org/docgen/">https://dev.anope.org/docgen/</a></span></li>
22</ul>
23
24<p>You can move over your local subversion repository to our new host easily. For the SVN command-line client (*nix), enter this in your trunk/ dir to switch the trunk repository to the new location:</p>
25
26<ul><li><span>svn switch --relocate svn://zero.org/repos/anope/trunk svn://svn.anope.org/anope/trunk</span></li></ul>
27
28<p>If you are using TortoiseSVN on Windows, follow these instructions:</p>
29
30<ul>
31<li><span>Rightclick on your top svn folder (typically 'trunk'), go to TortoiseSVN, then Relocate...</span></li>
32<li><span>At the 'To URL' of the dialog box that popped up, enter <i>svn://svn.anope.org/anope/trunk</i> and click <i>Ok</i></span></li>
33</ul>
34
35<p>The links to WebSVN, Doxygen and Docgen can also be found at <a href="https://dev.anope.org/">https://dev.anope.org/</a>. As a bonus you'll get an ASCII-art sketch of our site layout ;)