~6GB のローカル サブバージョン リポジトリを git に移動し、すべての履歴を保持しようとしています。
$ git svn clone --stdlayout --no-metadata -A /Users/dominikwilkowski/Desktop/users.txt file://localhost/Users/dominik/repository/svn/sites /Users/dominik/repository/git/sites
このコマンドは、エラーやフィードバックなしで実行され、最終的に空のリポジトリが作成されます。
私のsvnバージョンは次のとおりです。
$ svn --version
svn, version 1.7.8 (r1419691)
compiled Dec 13 2012, 15:48:59
Copyright (C) 2012 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
そして私のgitバージョン:
$ git --version
git version 1.7.12.4 (Apple Git-37)
Towerを新しい git クライアントとして使用し、バージョンを subversions クライアントとして使用していますが、依存関係の問題でタワーが失敗するため、手動でクローンを作成しようとしています....
この時点で、どんな助けでも大歓迎です。
ps移動プロセス自体については、この非常に詳細な回答を見つけました