This file is indexed.

/usr/share/doc/subcommander/html/ch01.html is in subcommander-doc 2.0.0~b5p2-5.1.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 1. Introduction</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Subcommander Guide"><link rel="up" href="index.html" title="The Subcommander Guide"><link rel="prev" href="index.html" title="The Subcommander Guide"><link rel="next" href="ch02.html" title="Chapter 2. subcommander"></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">Chapter 1. Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="idp33268048"></a>Chapter 1. Introduction</h1></div></div></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p><span class="emphasis"><em>This document is still work in progress.... Complain if
    you like to have more information on a specific topic. Please direct any
    comments to dev@subcommander.tigris.org.</em></span></p></div><p></p><p><span class="bold"><strong>Subcommander</strong></span> is a graphical user
  interface to the <span class="bold"><strong>Subversion</strong></span> version control
  system.</p><p>The goal of Subcommander is to build an easy to use, high quality,
  crossplatform (Win32, Unix, MacOSX) Subversion gui client (subcommander)
  including a graphical text diff and merge tool (submerge).</p><p><span class="bold"><strong>subcommander</strong></span></p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>has a <span class="bold"><strong>tight integration of repository
      browser and working copy status view</strong></span>. You can quickly switch
      between a working copy view or the repository view. It is just a matter
      of selecting another item in the Project Folders View.</p></li><li class="listitem"><p>has a <span class="bold"><strong>colored status display in the Working
      Copy View</strong></span>. Quickly see which files and folders are
      modified.</p></li><li class="listitem"><p>has an <span class="bold"><strong>easy branch and tag
      handling</strong></span>. By telling subcommander the projects URLs for
      trunk, branches and tags and a working copy path it takes only a few
      mouse clicks to create a branch/tag or to switch your working copy to a
      branch/tag.</p></li><li class="listitem"><p>has <span class="bold"><strong>drag &amp; drop support to move or
      copy</strong></span> files and folders.</p></li><li class="listitem"><p>can <span class="bold"><strong>easily handle multiple working
      copies</strong></span> (e.g. different branches) from the same
      project.</p></li><li class="listitem"><p>can <span class="bold"><strong>easily merge single revisions or
      revision ranges</strong></span>. By viewing the history on a repository url
      you can easily merge changes from it to your working copy. Just select a
      revision and tell subcommander to merge it into your (configured)
      working copy. That is especially usefull to merge bug fixes from trunk
      to your current release branch.</p></li><li class="listitem"><p>has a <span class="bold"><strong>visual diff and merge tool for text
      files</strong></span>. <span class="emphasis"><em>(submerge).</em></span></p></li><li class="listitem"><p>is <span class="bold"><strong>crossplatform (Win32, Unix, Mac OS
      X)</strong></span>.</p></li><li class="listitem"><p>has a<span class="bold"><strong> responsive gui</strong></span>. Actions on
      the repository (like getting history information) will not freeze the
      gui.</p></li></ul></div><p><span class="bold"><strong>submerge</strong></span></p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>shows <span class="bold"><strong>line based differences</strong></span> of
      text files.</p></li><li class="listitem"><p>has an <span class="bold"><strong>easy to understand display</strong></span>
      of differences with just one color (three colors in merge case).</p></li><li class="listitem"><p>has <span class="bold"><strong>mousewheel support</strong></span> to quickly
      scroll to the <span class="bold"><strong>next or previous
      difference</strong></span>.</p></li><li class="listitem"><p>can handle <span class="bold"><strong>two way</strong></span> or <span class="bold"><strong>three way merge</strong></span>.</p></li><li class="listitem"><p>shows <span class="bold"><strong>whitespaces and linefeeds</strong></span>
      in a lighter color to keep the focus on the text.</p></li><li class="listitem"><p>is able to <span class="bold"><strong>ignore whitespace</strong></span>
      differences.</p></li><li class="listitem"><p>supports a wide range of <span class="bold"><strong>different file
      encodings</strong></span> (like utf-8, latin1 or cp932 and shift_jis
      (japanese encodings)).</p></li><li class="listitem"><p>supports <span class="bold"><strong>copy &amp; paste</strong></span>, copy
      from source files, copy &amp; paste to merge editor.</p></li><li class="listitem"><p>has a <span class="bold"><strong>merge editor</strong></span> to edit the
      merged file.</p></li><li class="listitem"><p>is <span class="bold"><strong>based on the subversion diff
      library</strong></span>.</p></li></ul></div><p>Subcommander is a classical stand alone application based on the api
  provided by the subversion libraries. It is no frontend to the subversion
  <code class="literal">svn</code> command line tool and it doesn't depend on a special
  IDE or operating system feature (ie. it is not a plugin for an IDE or an
  extension to the operating system).</p><p>Subversion is a version control system similar to CVS. You will find
  more information on Subversion on the Internet (see <a class="xref" href="apas05.html" title="Subversion">the section called &#8220;Subversion&#8221;</a> for the web address).</p><p>This guide doesn't explain subversion itself and it assumes that your
  are already familiar with subversion and the terms it uses. If your are new
  to subversion you should read at least the first few chapters of the
  subversion book (see <a class="xref" href="apas05.html" title="Subversion">the section called &#8220;Subversion&#8221;</a>). It explains the basics
  of version control and the concepts of subversion.</p><div class="sidebar"><div class="titlepage"><div><div><p class="title"><b>Subcommander, subcommander, sc, submerge, sm.</b></p></div></div></div><p>What is what?</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="bold"><strong>Subcommander</strong></span>, with an upper
        case S, is the name of the project.<a class="indexterm" name="idp60687168"></a></p></li><li class="listitem"><p><span class="bold"><strong>subcommander</strong></span>, with a lower case
        s, is the name of the subversion gui client. It is abreviated as
        <span class="bold"><strong>sc</strong></span>.<a class="indexterm" name="idp60724960"></a></p></li><li class="listitem"><p><span class="bold"><strong>submerge</strong></span> is the visual text
        diff and merge tool. It is abreviated as <span class="bold"><strong>sm</strong></span>.<a class="indexterm" name="idp60727488"></a></p></li></ul></div><p>This describes how it is meant to be. But beware that it may not be
    consistently used at all places...</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The Subcommander Guide </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. subcommander</td></tr></table></div></body></html>