RSS

tailor

migrate changesets between version control systems

    付与されたタグ:
  • Darcs

いろんなSCMを互いに変換するソフト。汎用的に色々対応しているのが利点か。

 tailor --verbose -s git -R  /home/takaki/src/haskell  --subdir oth  > o.tailor
gitからdarcsに変換した。
tailor  --verbose -s svn -R http://svn.plone.org/collective --module Products.Quills --subdir Product
svnからdarcsに変換。