1. Home
  2. Docs
  3. svn
  4. 命令
  5. svnlook

svnlook

命令可以查看指定提交版本的用户、提交的更改的文件等等

命令格式: svnlook [子命令] [版本号] [仓库目录位置]

查看指定版本的用户

eg: svnlook author 2 /opt/svn/test

查看指定版本提交变动的文件

eg: svnlook changed 2 /opt/svn/test

/xx/xx # svnlook -h
general usage: svnlook SUBCOMMAND REPOS_PATH [ARGS & OPTIONS ...]
Subversion repository inspection tool.
Type 'svnlook help <subcommand>' for help on a specific subcommand.
Type 'svnlook --version' to see the program version and FS modules.
Note: any subcommand which takes the '--revision' and '--transaction'
      options will, if invoked without one of those options, act on
      the repository's youngest revision.

Available subcommands:
   author
   cat
   changed
   date
   diff
   dirs-changed
   filesize
   help (?, h)
   history
   info
   lock
   log
   propget (pget, pg)
   proplist (plist, pl)
   tree
   uuid
   youngest
Tags
Was this article helpful to you? Yes No

How can we help?