Skip to content

lhw1089/SvnHook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

全般

  1. ログメッセージの入力を強制させる。

branches

  1. 以下形式のみブランチ作成を認める。
    • /repository/branches/v1.0.x/20180403001_ブランチ名
    • /repository/プロジェクト名/branches/v1.0.x/20180403001_ブランチ名

tags

  1. 以下形式のみタグ作成を認める。

    • /repository/tags/v1.0/20180403001_タグ名
    • /repository/tags/v1.0/prod|dev/20180403001_タグ名
    • /repository/プロジェクト名/tags/v1.0/20180403001_タグ名
    • /repository/プロジェクト名/tags/v1.0/prod|dev/20180403001_タグ名
  2. tags配下は一切変更不可とする。

About

private code for svn hook

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.2%
  • Batchfile 0.8%