Created
September 11, 2010 11:37
-
-
Save mnogu/575124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git svn clone https://uim.googlecode.com/svn/ -T trunk -b branches -t tags --ignore-paths '^(r5rs|composer|libgcroots-trunk|sigscheme-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|libgcroots-*|openssh-*|sigscheme-*)|branches/(composer|libgcroots-*|r5rs|sigscheme-*))' uim | |
| git svn clone https://uim.googlecode.com/svn/ -T sigscheme-trunk -b branches -t tags --ignore-paths '^(composer|libgcroots-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|libgcroots-*|openssh-*)|branches/(composer|libgcroots-*))' sigscheme | |
| git svn clone https://uim.googlecode.com/svn/ -T libgcroots-trunk -b branches -t tags --ignore-paths '^(trunk|r5rs|composer|sigscheme-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|openssh-*|sigscheme-*|uim-*|1*)|branches/(0*|1*|composer|r5rs|sigscheme-*|uim-*))' libgcroots |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| [svn-remote "svn"] | |
| ignore-paths = ^(trunk|r5rs|composer|sigscheme-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|openssh-*|sigscheme-*|uim-*|1*)|branches/(0*|1*|composer|r5rs|sigscheme-*|uim-*)) | |
| url = https://uim.googlecode.com/svn | |
| fetch = libgcroots-trunk:refs/remotes/trunk | |
| branches = branches/*:refs/remotes/* | |
| tags = tags/*:refs/remotes/tags/* | |
| [remote "origin"] | |
| url = [email protected]:mnogu/libgcroots.git | |
| fetch = +refs/heads/*:refs/remotes/origin/* | |
| [branch "master"] | |
| remote = origin | |
| merge = refs/heads/master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| [svn-remote "svn"] | |
| ignore-paths = ^(composer|libgcroots-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|libgcroots-*|openssh-*)|branches/(composer|libgcroots-*)) | |
| url = https://uim.googlecode.com/svn | |
| fetch = sigscheme-trunk:refs/remotes/trunk | |
| branches = branches/*:refs/remotes/* | |
| tags = tags/*:refs/remotes/tags/* | |
| [remote "origin"] | |
| url = [email protected]:mnogu/sigscheme.git | |
| fetch = +refs/heads/*:refs/remotes/origin/* | |
| [branch "master"] | |
| remote = origin | |
| merge = refs/heads/master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| ignorecase = true | |
| editor = gvim -f | |
| [svn-remote "svn"] | |
| ignore-paths = ^(r5rs|composer|libgcroots-trunk|sigscheme-trunk|uim-chewing-trunk|vendor|wiki|tags/(gc*|libgcroots-*|openssh-*|sigscheme-*)|branches/(composer|libgcroots-*|r5rs|sigscheme-*)) | |
| url = https://uim.googlecode.com/svn | |
| fetch = trunk:refs/remotes/trunk | |
| branches = branches/*:refs/remotes/* | |
| tags = tags/*:refs/remotes/tags/* | |
| #branches = branches/*:refs/remotes/* | |
| #tags = tags/*:refs/remotes/tags/* | |
| [branch "uim-1.7"] | |
| remote = . | |
| merge = refs/remotes/1.7 | |
| [remote "origin"] | |
| url = [email protected]:mnogu/uim.git | |
| fetch = +refs/heads/*:refs/remotes/origin/* | |
| [branch "master"] | |
| remote = origin | |
| merge = refs/heads/master | |
| [branch "uim-trunk"] | |
| remote = . | |
| merge = refs/remotes/trunk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment