Add git-svn for gcc.
[i18n-zh.git] / cauchy / repo / git-svn-gcc.txt
blobc003167c128525add6a12ec4a2651534adc1b7c8
2 # git-svn init --stdlayout --rewrite-root=svn://gcc.gnu.org/svn/gcc \
3 #   file:///home/cauchy/wc/repos/gcc
5 # vi .git/config
6 #   fetch = hooks:refs/remotes/hooks
8 [core]
9         repositoryformatversion = 0
10         filemode = true
11         bare = false
12         logallrefupdates = true
13         compression = 9
14 [color]
15         branch = true
16         diff = auto
17         status = auto
18 [pack]
19         compression = 9
20         window = 128
21         depth = 64
22 [svn]
23         repack = 1000
24         repackflags = -a -d
25 [svn-remote "svn"]
26         rewriteRoot = svn://gcc.gnu.org/svn/gcc
27         url = file:///home/cauchy/wc/repos/gcc
28         fetch = trunk:refs/remotes/trunk
29         fetch = hooks:refs/remotes/hooks
30         branches = branches/*:refs/remotes/*
31         tags = tags/*:refs/remotes/tags/*