如何使svnlook tree视图仅为2级?
发布于 2011-05-29 15:38:14
您的意思是您想要一个类似于-L of tree命令的选项?svnlook tree似乎没有任何这样的选择:
# svnlook help tree
tree: usage: svnlook tree REPOS_PATH [PATH_IN_REPOS]
Print the tree, starting at PATH_IN_REPOS (if supplied, at the root
of the tree otherwise), optionally showing node revision ids.
Valid options:
-r [--revision] ARG : specify revision number ARG
-t [--transaction] ARG : specify transaction name ARG
-N [--non-recursive] : operate on single directory only
--show-ids : show node revision ids for each path
--full-paths : show full paths instead of indenting themhttps://serverfault.com/questions/183500
复制相似问题