This file is indexed.

/usr/lib/python2.7/dist-packages/cvs2svn-2.4.0.egg-info is in cvs2svn 2.4.0-2.

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
Metadata-Version: 1.1
Name: cvs2svn
Version: 2.4.0
Summary: CVS to Subversion/git/Bazaar/Mercurial repository converter
Home-page: http://cvs2svn.tigris.org/
Author: The cvs2svn team
Author-email: dev@cvs2svn.tigris.org
License: Apache-style
Download-URL: http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976
Description: cvs2svn_ is a tool for migrating a CVS repository to Subversion_, git_,
        Bazaar_, or Mercurial_. The main design goals are robustness and 100% data
        preservation. cvs2svn can convert just about any CVS repository we've ever
        seen, including gcc, Mozilla, FreeBSD, KDE, GNOME...
        
        .. _cvs2svn: http://cvs2svn.tigris.org/
        .. _Subversion: http://svn.tigris.org/
        .. _git: http://git-scm.com/
        .. _Bazaar: http://bazaar-vcs.org/
        .. _Mercurial: http://mercurial.selenic.com/
        
        cvs2svn infers what happened in the history of your CVS repository and
        replicates that history as accurately as possible in the target SCM. All
        revisions, branches, tags, log messages, author names, and commit dates are
        converted. cvs2svn deduces what CVS modifications were made at the same time,
        and outputs these modifications grouped together as changesets in the target
        SCM. cvs2svn also deals with many CVS quirks and is highly configurable.
        See the comprehensive `feature list`_.
        
        .. _feature list: http://cvs2svn.tigris.org/features.html
        .. _documentation: http://cvs2svn.tigris.org/cvs2svn.html
        
        Please read the documentation_ carefully before using cvs2svn.
        
        
        Latest development version
        --------------------------
        
        For general use, the most recent released version of cvs2svn is usually the
        best choice. However, if you want to use the newest cvs2svn features or if
        you're debugging or patching cvs2svn, you might want to use the trunk version
        (which is usually quite stable). To do so, use Subversion to check out a
        working copy from http://cvs2svn.tigris.org/svn/cvs2svn/trunk/ using a command
        like::
        
          svn co --username=guest --password="" http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: CVS
Classifier: Topic :: Utilities