0
如何在IntelliJ IDEA中配置Subversion以支持多個模塊?每個模塊都有自己的主幹,標籤和分支文件夾,但是所有模塊都是從一個回收站進行檢查。我的倉庫的結構看起來像這樣:配置Subversion標籤以使用模塊
/my_project
/folder1
/module1
/trunk
.... all module files
/tags
/1.0
/2.0
/branches
/b1
/module2
/trunk
.... all module files
/tags
/1.0
/2.0
/branches
/folder2
/module3
/trunk
.... all module files
/tags
/1.0
/2.0
/branches
/module4
/trunk
.... all module files
/tags
/1.0
/2.0
/branches