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