This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.anjuta.cvs.gschema.xml is in anjuta-common 2:3.10.2-0ubuntu2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
	<schema path="/org/gnome/anjuta/" id="org.gnome.anjuta.cvs">
		<key type="s" name="cvs-path">
			<default>"/usr/bin/cvs"</default>
		</key>
		<key type="b" name="cvs-ignorerc">
			<default>true</default>
		</key>
		<key type="i" name="cvs-compression">
			<default>3</default>
		</key>
	</schema>
</schemalist>