From e54850a212725739acda8a836487f4c810ed1702 Mon Sep 17 00:00:00 2001 From: Dongsheng Song Date: Wed, 24 Oct 2007 00:22:33 +0800 Subject: [PATCH] Add git-svn for gcc. --- cauchy/repo/git-svn-gcc.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 cauchy/repo/git-svn-gcc.txt diff --git a/cauchy/repo/git-svn-gcc.txt b/cauchy/repo/git-svn-gcc.txt new file mode 100644 index 0000000..c003167 --- /dev/null +++ b/cauchy/repo/git-svn-gcc.txt @@ -0,0 +1,31 @@ +# +# git-svn init --stdlayout --rewrite-root=svn://gcc.gnu.org/svn/gcc \ +# file:///home/cauchy/wc/repos/gcc +# +# vi .git/config +# fetch = hooks:refs/remotes/hooks +# +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true + compression = 9 +[color] + branch = true + diff = auto + status = auto +[pack] + compression = 9 + window = 128 + depth = 64 +[svn] + repack = 1000 + repackflags = -a -d +[svn-remote "svn"] + rewriteRoot = svn://gcc.gnu.org/svn/gcc + url = file:///home/cauchy/wc/repos/gcc + fetch = trunk:refs/remotes/trunk + fetch = hooks:refs/remotes/hooks + branches = branches/*:refs/remotes/* + tags = tags/*:refs/remotes/tags/* -- 2.11.4.GIT