summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-06-27 11:05:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-06-27 11:05:05 -0700
commit042f2148898f2f73342c586887b252715dd8af8a (patch)
tree186d91f728919ef22f36d69ad4f555e3cb5277ff /git-svn.html
parentfedb1b428f68e8626c38f0aef57a8379e58f3241 (diff)
downloadgit-htmldocs-042f2148898f2f73342c586887b252715dd8af8a.tar.gz
Autogenerated HTML docs for v2.9.0-137-gcf4c2
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/git-svn.html b/git-svn.html
index ec91298df..9fdbee1be 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -1559,6 +1559,23 @@ environment). This command has the same behaviour.</td>
</p>
</dd>
<dt class="hdlist1">
+<em>propset</em>
+</dt>
+<dd>
+<p>
+ Sets the Subversion property given as the first argument, to the
+ value given as the second argument for the file given as the
+ third argument.
+</p>
+<div class="paragraph"><p>Example:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><code>git svn propset svn:keywords "FreeBSD=%H" devel/py-tipper/Makefile</code></pre>
+</div></div>
+<div class="paragraph"><p>This will set the property <em>svn:keywords</em> to <em>FreeBSD=%H</em> for the file
+<em>devel/py-tipper/Makefile</em>.</p></div>
+</dd>
+<dt class="hdlist1">
<em>show-externals</em>
</dt>
<dd>
@@ -2030,7 +2047,7 @@ svn-remote.&lt;name&gt;.pushurl
</dt>
<dd>
<p>
- Similar to Git&#8217;s <em>remote.&lt;name&gt;.pushurl</em>, this key is designed
+ Similar to Git&#8217;s <code>remote.&lt;name&gt;.pushurl</code>, this key is designed
to be used in cases where <em>url</em> points to an SVN repository
via a read-only transport, to provide an alternate read/write
transport. It is assumed that both keys point to the same
@@ -2420,7 +2437,7 @@ rewinds it.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-03-16 14:57:44 PDT
+Last updated 2016-06-27 11:04:05 PDT
</div>
</div>
</body>