Sophie

Sophie

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

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>svn proplist</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.svn.html#svn.ref.svn.c" title="svn Subcommands" /><link rel="prev" href="svn.ref.svn.c.propget.html" title="svn propget" /><link rel="next" href="svn.ref.svn.c.propset.html" title="svn propset" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">svn proplist</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="svn.ref.svn.c.propget.html">Prev</a> </td><th width="60%" align="center"><span class="command"><strong>svn</strong></span> Subcommands</th><td width="20%" align="right"> <a accesskey="n" href="svn.ref.svn.c.propset.html">Next</a></td></tr></table><hr /></div><div class="refentry" lang="en" xml:lang="en"><a id="svn.ref.svn.c.proplist"></a><div class="titlepage"></div><a id="id419754" class="indexterm"></a><div class="refnamediv"><h2>Name</h2><p>svn proplist — List all properties.</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="id419780"></a><h2>Synopsis</h2><pre class="programlisting">svn proplist [TARGET[@REV]...]</pre><pre class="programlisting">svn proplist --revprop -r REV [TARGET]</pre></div><div class="refsect1" lang="en" xml:lang="en"><a id="id419798"></a><h2>Description</h2><p>List all properties on files, directories, or
            revisions.  The first form lists versioned properties in
            your working copy, while the second lists unversioned remote
            properties on a repository revision
            (<em class="replaceable"><code>TARGET</code></em> only determines which
            repository to access).</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="id419814"></a><h2>Alternate Names</h2><p>plist, pl</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="id419825"></a><h2>Changes</h2><p>Working copy, repository only if operating on a URL</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="id419835"></a><h2>Accesses Repository</h2><p>Only if operating on a URL</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="id419845"></a><h2>Options</h2><pre class="screen">
--verbose (-v)
--depth ARG
--revision (-r) REV
--quiet (-q)
--revprop
--xml
--username USER
--password PASS
--no-auth-cache
--non-interactive
--config-dir DIR
--changelist ARG
</pre></div><div class="refsect1" lang="en" xml:lang="en"><a id="id419859"></a><h2>Examples</h2><p>You can use proplist to see the properties on an
            item in your working copy:</p><pre class="screen">
$ svn proplist foo.c
Properties on 'foo.c':
  svn:mime-type
  svn:keywords
  owner
</pre><p>But with the <code class="option">--verbose</code> flag, svn
            proplist is extremely handy as it also shows you the
            values for the properties:</p><pre class="screen">
$ svn proplist --verbose foo.c
Properties on 'foo.c':
  svn:mime-type : text/plain
  svn:keywords : Author Date Rev
  owner : sally
</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.svn.c.propget.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="svn.ref.svn.html#svn.ref.svn.c">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="svn.ref.svn.c.propset.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">svn propget </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> svn propset</td></tr></table></div></body></html>