On Wed, 13 Feb 2013 14:01:36 +0100 "[email protected]" <[email protected]> wrote:
> I have problem with git svn init: > When I execute > git svn init svn+ssh://[email protected]/path/repo > I see: > fatal: Not a git repository (or any of the parent directories): .git > Already at toplevel, but .git not found > at /usr/lib/git-core/git-svn line 342 Are you doing `git init` first before running `git svn init ...`? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

