1KDESVN(1)    A Subversion Client for KDE (standalone application)    KDESVN(1)
2
3
4

NAME

6       kdesvn - A Subversion client for KDE (standalone application)
7

SYNOPSIS

9       kdesvn [Qt-options] [KDE-options] [options] exec <command> [URL]
10

DESCRIPTION

12       A Subversion client for KDE (standalone application)
13

OPTIONS

15   Arguments:
16       exec   <command>            Execute subversion command ("exec help" for
17              more information, opens KDE Help Center)
18
19       URL    Path to local working copy or a repository.
20
21   Options:
22       -r startrev
23              [:endrev]      Execute single  subversion  command  on  specific
24              revision(-range)
25
26       -R     Ask for revision when executing single command
27
28       -f     Force operation
29
30       -o <file>
31              Save output of subversion command (eg "cat") into file <file>
32
33       -l <number>
34              Limit log output to <number>
35
36
37   Generic options:
38       --help Show help about options
39
40       --help-qt
41              Show Qt specific options
42
43       --help-kde
44              Show KDE specific options
45
46       --help-all
47              Show all options
48
49       --author
50              Show author information
51
52       -v, --version
53              Show version information
54
55       --license
56              Show license information
57
58       --     End of options
59
60
61   KDE options:
62       --caption <caption>
63              Use 'caption' as name in the titlebar
64
65       --icon <icon>
66              Use 'icon' as the application icon
67
68       --config <filename>
69              Use alternative configuration file
70
71       --nocrashhandler
72              Disable crash handler, to get core dumps
73
74       --waitforwm
75              Waits for a WM_NET compatible windowmanager
76
77       --style <style>
78              sets the application GUI style
79
80       --geometry <geometry>
81              sets  the client geometry of the main widget - see man X for the
82              argument format
83
84
85   Qt options:
86       --display <displayname>
87              Use the X-server display 'displayname'
88
89       --session <sessionId>
90              Restore the application for the given 'sessionId'
91
92       --cmap Causes the application to install a  private  color  map  on  an
93              8-bit display
94
95       --ncols <count>
96              Limits  the  number  of colors allocated in the color cube on an
97              8-bit  display,  if  the  application  is  using  the  QApplica‐
98              tion::ManyColor color specification
99
100       --nograb
101              tells Qt to never grab the mouse or the keyboard
102
103       --dograb
104              running  under  a  debugger  can  cause an implicit -nograb, use
105              -dograb to override
106
107       --sync switches to synchronous mode for debugging
108
109       --fn, --font <fontname>
110              defines the application font
111
112       --bg, --background <color>
113              sets the default background color  and  an  application  palette
114              (light and dark shades are calculated)
115
116       --fg, --foreground <color>
117              sets the default foreground color
118
119       --btn, --button <color>
120              sets the default button color
121
122       --name <name>
123              sets the application name
124
125       --title <title>
126              sets the application title (caption)
127
128       --visual TrueColor
129              forces  the  application  to  use a TrueColor visual on an 8-bit
130              display
131
132       --inputstyle <inputstyle>
133              sets XIM (X Input  Method)  input  style.  Possible  values  are
134              onthespot, overthespot, offthespot and root
135
136       --im <XIM server>
137              set XIM server
138
139       --noxim
140              disable XIM
141
142       --reverse
143              mirrors the whole layout of widgets
144
145       --stylesheet
146              <file.qss>    applies  the Qt stylesheet to the application wid‐
147              gets
148
149
150

EXAMPLE

152       kdesvn file:///path/to/local/working/copy
153       kdesvn http://remote/svn/project/trunk
154
155

SEE ALSO

157       Full user documentation is available through the KDE Help Center.   You
158       can also enter the URL help:/kdesvn/ directly into konqueror or you can
159       run `khelpcenter help:/kdesvn/' from the command-line.
160

AUTHORS

162       Rajko Albrecht <ral@alwins-world.de>
163
164
165
166
167K Desktop Environment              Sep 2008                          KDESVN(1)
Impressum