]> jfr.im git - irc/anope/website.git/blame - _posts/2010-06-21-anope-moves-to-git.md
Add the news post for 2.0.15.
[irc/anope/website.git] / _posts / 2010-06-21-anope-moves-to-git.md
CommitLineData
35a2cd8a
SP
1---
2layout: post
3title: Anope moves to Git
4author: chaz
5category: 2010
6# date: 2010-06-21T09:28:53+00:00
7---
8
9Since the recent release of Anope 1.9.2 we have taken the decision to migrate our development away from Subversion to Git.
10
11The benefits of this change will outweigh the initial inconvenience of adapting to the new system.
12
13With immediate notice a back up has been taken of the sourceforge subversion repository and will be taken offline.
14
15To access gitweb please click <a href="https://anope.git.sourceforge.net/git/gitweb.cgi?p=anope/anope;a=summary">here</a><br/>
16
17To clone the anope repository you may do the following:
18
19$ git clone git://anope.git.sf.net/gitroot/anope/anope/
20
21The default branch is 1.8 and you can switch to 1.9 by using git checkout -b 1.9 origin/1.9
22
23Further advice is available in the git man page or you may seek support on our web forum.