上次小弟在公司內部舉辦 Tech Talk 活動時,一位講者分享一個很酷頗完整的工具: #phabricator ,讓我覺得挺驚艷的。
它的功能包含了:
⑴ Pre-Commit Code Review(當然含 code diff, 類似 github code review 的功能)
⑵ 版本控管 support: Git, Mercurial, and SVN
⑶ Task Management (可以自訂 feature/ticket 的 form, 還有漂亮的 task graph)
⑷ 文件紀錄 (document wiki, support markdown)
⑸ Workboards and Sprints (電子看板, 類似 trello)
⑹ Chat Channels (提供即時通訊的功能,但官方也建議你用 slack 比較好)
⑺ Notification 設定
⑻ Command line & API (能結合更多自動化和外掛工具)
傳送門:https://www.phacility.com/phabricator/
重點:phabricator 可以自己 host, 免費使用。如果你懶得裝,也可以直接購買 Phacility Hosted 的服務($20 per user / per month)
#東森信息科技 的同事是自己裝,他們團隊有在試用,據說用起來速度還不錯。有興趣的朋友可以參考看看。
「svn commit」的推薦目錄:
- 關於svn commit 在 91 敏捷開發之路 Facebook 的最佳解答
- 關於svn commit 在 軟體開發學習資訊分享 Facebook 的最讚貼文
- 關於svn commit 在 軟體開發學習資訊分享 Facebook 的精選貼文
- 關於svn commit 在 r268567 - head/sbin/ifconfig - FB_svn - 批踢踢實業坊 的評價
- 關於svn commit 在 SVN commit command - Stack Overflow 的評價
- 關於svn commit 在 Find the git commit of an svn revision - gists · GitHub 的評價
- 關於svn commit 在 Shouldn't SVN warn me if I'm about to commit files which have ... 的評價
- 關於svn commit 在 Migrating from SVN to GitHub - Medium 的評價
svn commit 在 軟體開發學習資訊分享 Facebook 的最讚貼文
http://news.pchome.com.tw/…/20120609/index-1339213010532461… 看到這個新聞有幾個感想, 1. 這個公司的多媒體叫號機軟體大概只有一個人開發 2. 這個一人開發軟體專案大概也沒有使用可以與SVN/Git整合的變更管理或是專案管理系統, 更不用說每天有commit code的習慣 3. 當然這個專案也沒有人去review XD . 如果軟體專案管到這種地步, 不出事才怪
svn commit 在 軟體開發學習資訊分享 Facebook 的精選貼文
很不錯的Git submodule經驗分享, 但是為何git pull後還要手動做一次git submodules update? svn:external在svn update時會自動更新external module, 如果沒有git submodules update, 又把舊的submodule commit id push回去central repository應該會fail才對?
svn commit 在 Find the git commit of an svn revision - gists · GitHub 的推薦與評價
#!/bin/bash. # Parses git log and finds the commit with the specified svn change. # number. git log | awk "/^commit / {c=\$2} /git-svn-id:.*@$1 / {print c}". ... <看更多>
svn commit 在 r268567 - head/sbin/ifconfig - FB_svn - 批踢踢實業坊 的推薦與評價
‹ 看板
精華區
最舊
‹ 上頁
下頁 ›
最新
svn commit: r268567 - head/sbin/ifconfig
... <看更多>