我们有一个SVN存储库,其中不仅包含我们开发的软件。我想开始使用Git进行软件更改。因此,是否可以将SubGit与SVN存储库的单个目录一起使用?
答案 0 :(得分:3)
是。如果目录是带有trunk / branches / tags结构的项目,那么你 可以运行
$ subgit configure --svn-url <SVN URL of that directory> repo.git
$ subgit install repo.git
如果目录没有trunk / branches / tags结构,则可以运行 使用此EAP build(或SubGit 3.0 当它被释放时)并运行
$ subgit configure --svn-url <SVN URL of that directory> repo.git
然后编辑repo.git / subgit / config
删除所有svn.trunk / svn.branches / svn.tags / svn.shelves选项然后 运行
$ subgit install repo.git