Chapter 4. Using kdesvn via commandline

Table of Contents

Overview
Commandlist
The "log" command
The "diff" command

Overview

Some subversion operations may used via the commandline, eg., like a standard commandline client but user interaction is made via KDE-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 given as a number or one of HEAD or BASE or as date format like {YYYY-MM-DD}.