這個問題回答了你怎麼可以創建一個駐留在Bitnami棧同一環境中的多個SVN的環境,也計劃:How can I create new project in Trac?在Bitnami堆棧中創建獨立的Git和SVN項目
最新Bitnami Trac的堆棧允許你創建一個初始SVN或Git項目,當您安裝軟件。我的問題是,如果我們在安裝時創建了一個SVN項目,我們如何創建一個Git項目。
文檔說initenv
命令應該這樣使用:
trac-admin <targetdir> initenv [<projectname> <db> [<repostype> <repospath>]]
我們如何指導Trac的管理員創建一個Git或SVN項目?我跑以下命令:
trac-admin.exe E:\programming\TracStack\projects\Project3 initenv Project3 sqlite:db/trac.db git E:\programming\TracStack\gitrepos-p3\.git
但我收到以下錯誤:
Warning: couldn't index the default repository.
This can happen for a variety of reasons: wrong repository type,
no appropriate third party library for this repository type,
no actual repository at the specified repository path...
You can nevertheless start using your Trac environment, but
you'll need to check again your trac.ini file and the [trac]
repository_type and repository_path settings.
我不知道是什麼問題。
非常感謝。我更喜歡單獨的項目,因爲我需要不同項目的時間表和更新單獨顯示(我使用單獨的團隊,並且我想分別監視和評估他們的活動)。事實上,Trac的術語是相當混亂的(環境,存儲庫和項目)。 – wmac
同意這可能會造成混淆。警告記錄在[TracEnvironment頁面](https://trac.edgewall.org/wiki/TracEnvironment)上。查看[有用提示](https://trac.edgewall.org/wiki/TracEnvironment#UsefulTips)。 – RjOllos