Clone multiple SVN projects with git-svn

后端 未结 3 1485
醉酒成梦
醉酒成梦 2021-01-05 07:55

I have a large Java app that is split up into multiple projects. Each project has its own folder in a Subversion repository like so:

AccountingCore

  • tr
3条回答
  •  情歌与酒
    2021-01-05 08:33

    Yes. just checkout at the root path. If your repo is hosted here:

    svn://host/path/AccountingCore svn://host/path/Common svn://host/path/WebCommon

    Then do your git svn command on svn://host/path.

提交回复
热议问题