On Monday 20 August 2012 22:56:35 Torsten Bögershausen wrote:
> t9020 from pu doesn't work for me (neither linux nor Mac OS)
> 
> I haven't been able to find out more than this:
> 
> Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash
> directory.t9020-remote-svn/.git/
> expecting success:
>          init_git &&
>          git fetch svnsim &&
>          test_cmp .git/refs/svn/svnsim/master
> .git/refs/remotes/svnsim/master  &&
>          cp .git/refs/remotes/svnsim/master master.good
> 
> Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash
> directory.t9020-remote-svn/.git/
> fatal: Unable to find remote helper for 'svn'
> not ok - 1 simple fetch

The reason is that contrib/svn-fe, where remote-svn is in,  is not yet built 
automatically by the toplevel makefile, so the remote helper can't be found.
If you build it manually it should work.
Working on it ..


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to