Reviewing Twisted tickets

5 thoughts
last posted Oct. 14, 2014, 2:34 p.m.

1 earlier thought

0

Setting up dev environment

git set up for core developer

Relevant instructions from: https://twistedmatrix.com/trac/wiki/GitMirror

$ sudo apt-get install git subversion git-svn

$ git clone https://github.com/twisted/twisted Twisted

$ git config --file Twisted/.git/config --bool --add diff.noprefix true

$ cd Twisted

$ git svn init --stdlayout --tags tags/releases --prefix origin/  svn://svn.twistedmatrix.com/svn/Twisted/

$ git config --add svn-remote.svn.pushurl svn+ssh://svn.twistedmatrix.com/svn/Twisted/

$ git config --global --bool svn.rmdir true

3 later thoughts