Chapter 2. Using kdesvn

Table of Contents

kdesvn features
Beginning with subversion and kdesvn
Creating a working copy
Commiting local changes
Update working copy
Adding and Deleting from working copy
Displaying logs
Working on repositories
Restoring deleted items
Importing folders
Other Operations
Merge
Resolving conflicts
Properties used by kdesvn for configuration
Bugtracker integration
The revision tree
Requirements
Internal log cache
Offline mode
Logcache and revisiontree
Meaning of icon overlays
kdesvn and passwords
Not saving passwords
Saving passwords in kdewallet
Saving to subversions own password storage
Internal password cache
Specialcase svn+ssh

kdesvn features

kdesvn understands following protocols for browsing repositories:

http

Standard web browser protocol.

https

Standard encrypted web browser protocol

(k)svn+http

Standard web browser protocol. May be used to let konqueror automatic call kdesvn.

(k)svn+https

Standard encrypted web browser protocol. May be used to let konqueror automatic call kdesvn.

(k)svn+file

Local repository protocol. May used to let konqueror automatic call kdesvn.

(k)svn

Subversions own server protocol.

(k)svn+ssh

Subversion over ssh. See FAQ for details about some specials with that protocol.

file

Direct repository accesss. kdesvn checks if a given path is a repository or a working copy and opens it in the right mode. For subversion file:///dir and /dir is not the same!

This list may used for urls given for commandline, too.