> Is it any trick to update my git-svn repo from svn?
>
> I set up my git svn repo about
> $http://trac.webkit.org/wiki/UsingGitWithWebKit :
> - git clone git://git.webkit.org/WebKit.git WebKit
> - git svn init --prefix=origin/ -T trunk
> http://svn.webkit.org/repository/webkit
> - git config --replace svn-remote.svn.fetch trunk:refs/remotes/origin/master

Usually, the only missing step here is 'git svn fetch'.
However, when I run that now I get:

RA layer request failed: OPTIONS of
'http://svn.webkit.org/repository/webkit': could not connect to server
(http://svn.webkit.org) at /Users/davidbarr/libexec/git-core/git-svn
line 2139

--
David Barr.
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to