como eu posso fazer o svnlook tree view apenas 2 level?

1

como posso fazer com que svnlook tree visualize apenas 2 níveis?

    
por Mohammad AL-Rawabdeh 22.09.2010 / 11:12

1 resposta

1

Você quer dizer que você quer uma opção como o comando -L of tree ? Parece que svnlook tree não tem nenhuma opção como esta:

# 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 them
    
por 29.05.2011 / 17:38