summaryrefslogtreecommitdiff
path: root/howto
blob: b9322f7625f93c5a284e0d8088ad3fefa002b935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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