This file is indexed.

/usr/share/doc/svn-buildpackage/html/ch02s03.html is in svn-buildpackage 0.8.5.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Creating Subversion repository</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="svn-buildpackage - maintaining Debian packages with Subversion"><link rel="up" href="ch02.html" title="Chapter 2. Getting started"><link rel="prev" href="ch02s02.html" title="Basic svn usage"><link rel="next" href="ch02s04.html" title="Using by multiple developers"></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">Creating Subversion repository</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Getting started</th><td width="20%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr></table><hr></div><div class="sect1" title="Creating Subversion repository"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="svncreate"></a>Creating Subversion repository</h2></div></div></div><p>
The main Subversion repository is easily created with:
</p><div class="example"><a name="idp16013680"></a><p class="title"><b>Example 2.1. Repository creation example.</b></p><div class="example-contents"><pre class="programlisting">
$ svnadmin create <em class="replaceable"><code>repo-directory</code></em>
</pre></div></div><br class="example-break"><p>
For our example, we choose the name <code class="filename">svn-deb-repo</code>
and put it in <code class="filename">/home/<em class="replaceable"><code>user</code></em></code>.
</p><p>If you plan to keep many packages in the one repository including
upstream tarballs, consider to put it on a hard disk with much free space
and good performance (especially short disk access times) since the
repository will grow and the filesystem may become fragmented over time.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Basic svn usage </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Using by multiple developers</td></tr></table></div></body></html>