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

2013-11-01 Thread DimanNe
) Then run git svn fetch wait for about 10 hours without any output from command (this was most difficult step due to absence of output), and after that git started to fetch revisions! 30.10.2013, 19:06, Thomas Rast t...@thomasrast.ch: DimanNe dima...@ya.ru writes:  What does your config look

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 DimanNe
-remote stable-2012-09-13] url = https://some_host/branches/stable-2012-09-13/ fetch = :refs/remotes/stable-2012-09-13 29.10.2013, 11:25, Thomas Rast t...@thomasrast.ch: DimanNe dima...@ya.ru writes:  I am trying to clone/fetch svn branch with git-svn:  git config --add svn