エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
A Subversion Pre-Commit Hook
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
A Subversion Pre-Commit Hook
A Subversion Pre-Commit Hook 2006-08-09 • Subversion, Python, C++, Shell • Comments Subversion’s ... A Subversion Pre-Commit Hook 2006-08-09 • Subversion, Python, C++, Shell • Comments Subversion’s hook scripts provide a powerful and flexible way to associate actions with repository events. For example, the pre-commit hook allows you to check — and possibly abort — a transaction before it actually gets committed. This entry describes how to install and test a simple Python hook script to prohibit