Git SVN kann nicht aus SVN-Repository abrufen

Möchte ich SVN und Git zusammen. Ich habe ein svn-repository, und ich bin versucht zu Holen, um ein Arbeitsverzeichnis, aber ich Begegnung ein Fehler wie unten.

svn, version 1.6.6 (r40053)

git-version 1.7.3.1.msysgit.0

Dem svn-repository-Pfad ist file:///d:/tmp/test-svn/repos

Diese sind die Schritte, die ich gemacht habe:

D:\tmp\test-svn>mkdir my-project

D:\tmp\test-svn>cd my-project

D:\tmp\test-svn\my-project>git svn init file:///d:/tmp/test-svn/repos

Initialized empty Git repository in D:/tmp/test-svn/my-project/.git/

D:\tmp\test-svn\my-project>git svn fetch

Couldn't open a repository: Unable to open an ra_local session to URL: Unable to
 open repository 'file:///d:/tmp/test-svn/repos/my-project/trunk': Expected FS f
ormat '2'; found format '4' at C:\Program Files\Git/libexec/git-core/git-svn lin
e 1773

Also was ist das Problem? Wie kann ich abrufen von Daten aus dem svn-repository in das Arbeitsverzeichnis von git?

Danke.

Kommentar zu dem Problem
@J. F. Sebastian: dies ist nicht der Fall: format="4" ist bereits das FSFS. Kommentarautor: quetzalcoatl

InformationsquelleAutor der Frage Sambath Prum | 2011-02-25

Schreibe einen Kommentar