Basically the same as the asterisk HOWTO. Changes: Initial clone is: git svn clone -s http://svn.asterisk.org/svn/dahdi/linux dahdi-linux The .gitignore file is: cp ../asterisk-tools/dahdi-linux_gitignore .gitignore No need to mess with menuselect as dahdi-linux does not use menuselect. However, you need the Octasic interface files (at drivers/dahdi/oct612x). This can probably be done in some clever way using git submodule, but for now I chose the plain old symlink way: I chose the plain old symlink way: cd .. git svn clone -s http://svn.asterisk.org/svn/octasic_api/oct612x octapi cd dahdi-linux ln -s ../../../octapi/software drivers/dahdi/oct612x (Patches are welcomed)