subgit を使用して、subversion リポジトリを git に変換しています。残念ながら、ブランチの 1 つに標準レイアウトではないサブプロジェクトがあります。非標準サブプロジェクトは変換に含まれません。
サブプロジェクトの内容は、
/my-subproject
file1
dir1
subdir1-file1
file2
subgit.conf のマッピングで指定する方法はありますか? 以下は、subgit.conf のマッピングです。
例えば。
[git "my-subproject"]
translationRoot = my-subprojcet
repository = /var/git/my-subproject.git
pathEncoding=UTF-8
trunk = trunk:refs/heads/master
branches = branches/*:refs/heads/*
shelves = shelves/*:refs/shelves/*
tags = tags/*:refs/tags/*