/usr/share/doc/svn-buildpackage/html/re02.html is in svn-buildpackage 0.8.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>svn-inject</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="svn-buildpackage - maintaining Debian packages with Subversion"><link rel="up" href="ch05.html" title="Chapter 5. Command reference"><link rel="prev" href="re01.html" title="svn-buildpackage"><link rel="next" href="re03.html" title="svn-upgrade"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">svn-inject</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re01.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Command reference</th><td width="20%" align="right"> <a accesskey="n" href="re03.html">Next</a></td></tr></table><hr></div><div class="refentry" title="svn-inject"><a name="inject"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>svn-inject — puts a Debian source package into Subversion repository
</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">svn-inject [<em class="replaceable"><code>options</code></em>]
<em class="replaceable"><code>package</code></em>.dsc
<em class="replaceable"><code>repository_URL</code></em></code> </p></div></div><div class="refsect1" title="OPTIONS"><a name="idp3321288"></a><h2>OPTIONS</h2><p><span class="command"><strong>svn-inject</strong></span> accepts the following
options on the command-line:</p><div class="variablelist"><dl><dt><span class="term">
<code class="option">-h</code>
</span></dt><dd><p>print the help menu</p></dd><dt><span class="term">
<code class="option">-v</code>
</span></dt><dd><p>Make the command output verbose</p><p>Default: Off.</p></dd><dt><span class="term">
<code class="option">-q</code>
</span></dt><dd><p>Hide less important messages</p><p>Default: Off.</p></dd><dt><span class="term">
<code class="option">-l</code>
</span></dt><dd><p>Layout type. 1 (default) means
package/{trunk,tags,branches,...} scheme,
2 means the {trunk,tags,branches,...}/package scheme.
</p><p>Default: 1</p></dd><dt><span class="term">
<code class="option">-t directory</code>
</span></dt><dd><p>
Specify the directory where the .orig.tar.gz files are stored
on the local machine.</p><p>Default: Off.</p></dd><dt><span class="term">
<code class="option">-d</code> |
<code class="option">--do-like=directory</code>
</span></dt><dd><p>
Looks at the working directory of some other package and uses
its base URL, tarball storage directory and similar checkout
target directory.
</p><p>Default: Off.</p></dd><dt><span class="term">
<code class="option">-c number</code>
</span></dt><dd><p>Checkout nothing (0), trunk directory (1) or everything
(2) when the work is done.</p><p>Default: 1</p></dd><dt><span class="term">
<code class="option">-o</code>
</span></dt><dd><p>Only keep modified files under SVN control (including
the debian/ directory), track only parts of upstream branch
</p><p>Default: Off.</p></dd><dt><span class="term">
<code class="option">-O</code> |
<code class="option">--no-branches</code>
</span></dt><dd><p>Do not create the <code class="filename">branches</code>
subdirectory at all. This works in a similar way to
<code class="option">-o</code> but all changes on upstream files
(e.g. meta changes like updating the
<code class="filename">config.guess</code> and
<code class="filename">config.sub</code> files) are ignored and
the upstream branch is not
used.
</p><p>Default: use <code class="filename">branches/</code>.</p></dd><dt><span class="term">
<code class="option">-s</code>
</span></dt><dd><p>By default, <span class="command"><strong>svn-inject</strong></span> used to
create <code class="filename">.svn/deb-layout</code>
after an inject operation if a checkout followed the inject.
Since version 0.6.22 this behaviour is deprecated.
</p><p>With this parameter <span class="command"><strong>svn-inject</strong></span> will replicate the old
behaviour.
</p><p>This option was provided since it can be useful when
creating a local override file.
</p><p>Default: Off.</p></dd><dt><span class="term">
<code class="option">-setprops</code>
<code class="option">-set-props</code>
</span></dt><dd><p>Set svn-bp:* props on the debian directory automatically.</p><p>Default: Off.</p></dd></dl></div></div><div class="refsect1" title="SEE ALSO"><a name="idp3340248"></a><h2>SEE ALSO</h2><div class="variablelist"><dl><dt><span class="term">
<span class="citerefentry"><span class="refentrytitle">/usr/share/doc/svn-buildpackage/</span></span>
</span></dt><dd><p>The svn-buildpackage HOWTO manual</p></dd><dt><span class="term">
<span class="citerefentry"><span class="refentrytitle">svn-upgrade</span>(1)</span>
</span></dt><dd><p>upgrade source package from a new upstream revision.
</p></dd><dt><span class="term">
<span class="citerefentry"><span class="refentrytitle">svn</span>(1)</span>
</span></dt><dd><p>Subversion command line client tool</p></dd><dt><span class="term">
<span class="citerefentry"><span class="refentrytitle">dpkg-buildpackage</span>(1)</span>
</span></dt><dd><p>Debian source package tools</p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch05.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="re03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">svn-buildpackage </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> svn-upgrade</td></tr></table></div></body></html>
|