#!/bin/shrepos="$1"txn="$2"res="ok"#makesurethatthelogmessagecontainssometext.svnlook=/usr/local/svn/bin/svnlook$svnlooklog-t"$txn""$repos"|egrep"[^[:space:]]+">/dev/null||unsetresif["$res"!="ok"]thenecho"youmustinputsomecommentsforyoucommit">&2ex..
分类:
其他好文 时间:
2017-05-04 23:13:09
阅读次数:
309
1.主库开启归档 SQL> archive log list;(查询当前归档状态) SQL> shutdown immediate; SQL> startup mount;(启动到mount状态) SQL> archive log list;(开启归档) 2.开启强制写日志 SQL> alter d ...
分类:
其他好文 时间:
2017-05-04 21:51:42
阅读次数:
273
Linux下SVN提交时强制写日志SVN默认可以不写注释提交,有时候可能忘记写注释,有的人也没有写注释的习惯,导致翻看history的时候都不知道做了哪些更改,可以依照以下步骤修改SVN配置,强制提交SVN前写注释步骤:1.进入svn/code/hooks目录,在svn版本库的hooks文件夹下面,...
分类:
系统相关 时间:
2015-12-10 18:46:39
阅读次数:
249