SVK installation
apt-get install svk
Create a local repository with the following command:
svk depotmap --init
Create a local repository mirror
svk mirror svn://adresse_du_depot_distant.ex //local/nom_local_du_depot
svk sync //local/nom_local_du_depot
Create a workingcopy from the local repository mirror:
svk checkout //local/nom_local_du_depot repertoire
Local use of SVK
Add some files/folders to version control
svk add fichier
Commit to the loacl repository mirror
svk commit
Push the modifications of the local mirror repository to the distant repository:
svk push