- 16
- 0
- 约4.86千字
- 约 4页
- 2018-03-11 发布于河南
- 举报
svn对提交上传文档的检查和备注的限制脚本
#!/bin/sh# PRE-COMMIT HOOK## The pre-commit hook is invoked before a Subversion txn is# committed. Subversion runs this hook by invoking a program# (script, executable, binary, etc.) named pre-commit (for which# this file is a template), with the following ordered arguments:## [1] REPOS-PATH (the path to this repository)# [2] TXN-NAME (the name of the txn about to be committed)## [STDIN] LOCK-TOKENS ** the lock tokens are passed via STDIN.## If STDIN contains the line LOCK-TOKENS:\n (the \n denotes a#single newline), the lines following it are the lock tokens for#this commit. T
原创力文档

文档评论(0)