svn list <target>[@<svn_revision>]
svn ls <target>[@<svn_revision>]
You can use this command for a precise revision using -r option or the sintax with "@".
An other helpful option is --xml for the output format in xml.
Examples:
1) List of trunk via url svn list https://svnrepo/svn/myproject/trunk
svn list myfolder
svn list --xml https://svnrepo/svn/myproject/trunk@40
No comments:
Post a Comment