Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 0b38be552745286620faf2138b9468d0 > files > 163

subversion-doc-1.4.6-5.1mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>svnlook tree</title><link rel="stylesheet" href="styles.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><link rel="start" href="index.html" title="Version Control with Subversion" /><link rel="up" href="svn.ref.svnlook.html#svn.ref.svnlook.c" title="svnlook Subcommands" /><link rel="prev" href="svn.ref.svnlook.c.proplist.html" title="svnlook proplist" /><link rel="next" href="svn.ref.svnlook.c.uuid.html" title="svnlook uuid" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">svnlook tree</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="svn.ref.svnlook.c.proplist.html">Prev</a> </td><th width="60%" align="center"><span class="command"><strong>svnlook</strong></span> Subcommands</th><td width="20%" align="right"> <a accesskey="n" href="svn.ref.svnlook.c.uuid.html">Next</a></td></tr></table><hr /></div><div class="refentry" lang="en" xml:lang="en"><a id="svn.ref.svnlook.c.tree"></a><div class="titlepage"></div><a id="id425534" class="indexterm"></a><div class="refnamediv"><h2>Name</h2><p>svnlook tree — Print the tree.</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="id425560"></a><h2>Synopsis</h2><pre class="programlisting">svnlook tree REPOS_PATH [PATH_IN_REPOS]</pre></div><div class="refsect1" lang="en" xml:lang="en"><a id="id425572"></a><h2>Description</h2><p>Print the tree, starting at
            <em class="replaceable"><code>PATH_IN_REPOS</code></em> (if supplied, at
            the root of the tree otherwise), optionally showing node
            revision IDs.</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="id425587"></a><h2>Options</h2><pre class="screen">
--revision (-r) REV
--transaction (-t)
--show-ids
</pre></div><div class="refsect1" lang="en" xml:lang="en"><a id="id425600"></a><h2>Examples</h2><p>This shows the tree output (with node-IDs) for revision
            40 in our sample repository:</p><pre class="screen">
$ svnlook tree -r 40 /var/svn/repos --show-ids
/ &lt;0.0.2j&gt;
 trunk/ &lt;p.0.2j&gt;
  vendors/ &lt;q.0.2j&gt;
   deli/ &lt;1g.0.2j&gt;
    egg.txt &lt;1i.e.2j&gt;
    soda.txt &lt;1k.0.2j&gt;
    sandwich.txt &lt;1j.0.2j&gt;
</pre></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="svn.ref.svnlook.c.proplist.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="svn.ref.svnlook.html#svn.ref.svnlook.c">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="svn.ref.svnlook.c.uuid.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">svnlook proplist </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> svnlook uuid</td></tr></table></div></body></html>