Created
March 14, 2012 18:24
-
-
Save ryenus/2038414 to your computer and use it in GitHub Desktop.
local .git/config for http://rjb.rubyforge.org/svn
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 | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
[svn-remote "svn"] | |
url = http://rjb.rubyforge.org/svn | |
fetch = trunk:refs/remotes/trunk | |
tags = /{1.1.1,1.1.2,1.1.3,1.1.4,1.1.5,1.1.6,1.1.7,1.1.8,rjb-1.1.9,1.2.0,1.2.1,1.2.2,1.2.3,1.2.4,1.2.5,rjb-1.2.6,1.2.7,1.2.8,1.2.9,1.3.0,1.3.1,1.3.2,1.3.3,1.3.4,1.3.4a,1.3.5,1.3.6,1.3.7,1.3.8}:refs/remotes/tags/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the git-svn clone of
http://rjb.rubyforge.org/svn
is created with 3 stepsgit svn init http://rjb.rubyforge.org/svn -T trunk rjb
.git/config
as abovegit svn fetch
this way is much better compared to having a specific
svn-remote
for each tag/branch, for 2 reasons.git/config
is much more concisegit svn fetch
would fetch everything, without the need to fetch from everysvn-remote