summaryrefslogtreecommitdiff
path: root/git-libpri-howto
diff options
context:
space:
mode:
Diffstat (limited to 'git-libpri-howto')
-rw-r--r--git-libpri-howto17
1 files changed, 17 insertions, 0 deletions
diff --git a/git-libpri-howto b/git-libpri-howto
new file mode 100644
index 0000000..ccc72b8
--- /dev/null
+++ b/git-libpri-howto
@@ -0,0 +1,17 @@
+Basically the same as the asterisk HOWTO.
+
+Changes:
+
+Initial clone is:
+
+ git svn clone -s http://svn.digium.com/svn/libpri
+
+The .gitignore file is:
+
+ cp ../asterisk-tools/libpri_gitignore .gitignore
+
+Libpri has no 'trunk' . So the master branch should follow 1.4:
+
+ git branch -D master
+ git branch --track -b master 1.4
+