⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 log.rnc

📁 subversion-1.4.3-1.tar.gz 配置svn的源码
💻 RNC
字号:
# XML RELAX NG schema for Subversion command-line client output# For "svn log"include "common.rnc"start = loglog = element log { logentry* }logentry =  element logentry { attlist.logentry, author?, date?, paths?, msg? }attlist.logentry &=  attribute revision { revnum.type }## Changed paths information.paths = element paths { path+ }## Path within repository.path = element path { attlist.path, text }attlist.path &=  ## "action code": A)dd, D)elete, R)eplace or M)odify  attribute action { "A" | "D" | "R" | "M" },  (   ## The copyfrom path within repository.   attribute copyfrom-path { text },   ## Copyfrom revision number.   attribute copyfrom-rev { revnum.type })?## Log message.msg = element msg { text }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -