Re: git svn already set … wanted to set to:

2013-11-01 Thread DimanNe
Thank you, it seems, that you are right, and following works 1) I cloned trunk from scratch git svn clone -T trunk/ https://some_host --revision 1104830:HEAD 2) Then add branches I want to fetch in .git/config: fetch = branches/proj/proj-stable-2013-08-14:refs/remotes/proj-stable-2013-08-14 3)

Re: git svn already set … wanted to set to:

2013-10-30 Thread Thomas Rast
DimanNe dima...@ya.ru writes: What does your config look like now? [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [svn-remote svn] url = https://some_host/trunk/ fetch = :refs/remotes/git-svn

git svn already set … wanted to set to:

2013-10-29 Thread DimanNe
I am trying to clone/fetch svn branch with git-svn: git config --add svn-remote.stable-2012-03-29.url https://some_host/branch git config --add svn-remote.stable-2012-03-29.fetch :refs/remotes/stable-2012-03-29 git svn fetch stable-2012-03-29 which gives me this error message:

Re: git svn already set … wanted to set to:

2013-10-29 Thread Thomas Rast
DimanNe dima...@ya.ru writes: I am trying to clone/fetch svn branch with git-svn: git config --add svn-remote.stable-2012-03-29.url https://some_host/branch git config --add svn-remote.stable-2012-03-29.fetch :refs/remotes/stable-2012-03-29 git svn fetch stable-2012-03-29 which gives me

Re: git svn already set … wanted to set to:

2013-10-29 Thread DimanNe
What does your config look like now? [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [svn-remote svn] url = https://some_host/trunk/ fetch = :refs/remotes/git-svn [merge] renameLimit = 5