summaryrefslogtreecommitdiff
path: root/howto
diff options
context:
space:
mode:
Diffstat (limited to 'howto')
-rw-r--r--howto14
1 files changed, 14 insertions, 0 deletions
diff --git a/howto b/howto
new file mode 100644
index 0000000..b9322f7
--- /dev/null
+++ b/howto
@@ -0,0 +1,14 @@
+
+# initial clone: trunk and tags
+git svn clone -A AUTHORS -T trunk -t tags http://svn.pjsip.org/repos/pjproject pjproject-git
+# get the .gitignore file from the tools repo:
+ln -s ../git-tools/gitignore-pjsip .gitignore
+# optional: fix location of AUTHORS file:
+sed -ie '/authorsfile = /s| = .*| = ../AUTHORS|' .git/config
+
+# Updating
+git svn rebase --fetch-all
+../git-tools/update_tags
+
+# If you want to push somewhere:
+git push --tags