
Table of Contents
Some subversion operations may be used via the command line, e.g., like a standard command line client but user interaction is made through the UI. The standard syntax is kdesvn exec
.
command
parameter
url
If a single revision on a single URL is wanted it may be set as a parameter of the URL
svn://your-server/path-to-repository/item?rev=<your-rev>
This will overwrite the option -r <rev>
.
A revision may be given as
a number or one of HEAD
or BASE
or as date format like {YYYY-MM-DD}.