Deconnected subversion with SVK
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 ...