summaryrefslogtreecommitdiff
path: root/howto
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@debian.org>2014-01-22 14:58:44 +0200
committerTzafrir Cohen <tzafrir@debian.org>2014-01-22 14:58:44 +0200
commit1825d059deb7f1456110a94e8a3a7ba0e782d37c (patch)
treeac1cce541db738b1e0b76fa26d554f57cdd169b0 /howto
Initial set of toolsHEADmaster
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