blob: 940ba8e0ddb592daa82e87551d4efb2144803f96 (
plain)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
=head1 NAME
Cervisia - Graphical CVS frontend
=head1 SYNOPSIS
B<cervisia>
S<[ B<--display> I<display> ]>
S<[ B<--caption> I<caption> ]>
S<[ B<--icon> I<icon> ]>
S<[ B<--miniicon> I<miniicon> ]>
S<[ B<--config> I<filename> ]>
S<[ B<--dcopserver> I<server> ]>
S<[ B<--nocrashhandler> ]>
S<[ B<--waitforwm> ]>
S<[ B<--style> I<style> ]>
S<[ B<--geometry> I<geometry> ]>
S<[ B<--resolve> I<filename> ]>
S<[ B<--log> I<filename> ]>
S<[ B<--annotate> I<filename> ]>
S<[ I<directory> ]>
=head1 DESCRIPTION
Cervisia is a graphical user interface for the Concurrent Versions
System. It is based on the KDE libraries and therefore shares
their Look'n'Feel, configuration and help system.
=head1 OPTIONS
Cervisia accepts the following options:
=over
=item I<directory>
Tells Cervisia to open the sandbox in I<directory> at startup
=item B<--resolve> I<filename>
Shows a resolve dialog for the given file
=item B<--log> I<filename>
Shows a log dialog for the given file
=item B<--annotate> I<filename>
Shows a annotation dialog for the given file
=item B<--caption> I<caption>
Sets the caption, i. e. what is shown in the title bar
=item B<--icon> I<icon>
Sets the program's icon (used by window managers and panels)
=item B<--miniicon> I<miniicon>
Sets the program's mini icon (used by window managers and panels)
=item B<--config> I<filename>
Uses the given file for the configuration
=item B<--dcopserver> I<server>
Sets the dcopserver the program should use
=item B<--nocrashhandler>
Disables the crash handler. Use this to get core dumps
=item B<--waitforwm>
Waits for a WM_NET compatible windowmanager
=item B<--style> I<style>
Sets the application GUI style
=item B<--geometry> I<geometry>
Sets the geometry of the main window
=head1 FILES
F<_KDECONFDIR_/cervisiarc> - global configuration file
F<$HOME/.kde/share/config/cervisiarc> - user-specific configuration file
=head1 SEE ALSO
F<_KDEHTMLDIR_/en/cervisia/index.html>
L<cvs(1)>
F<http://cervisia.kde.org/>
=head1 AUTHOR
Cervisia was originally developed by Bernd Gehrmann and is now maintained by
Christian Loose <christian.loose@kdemail.net>.
=head1 REPORTING BUGS
Report bugs at http://bugs.kde.org.
|